#81CAFE

Color #81CAFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #81CAFE

Tints of Light Sky Blue #81CAFE

Color information

#81CAFE (or 0x81CAFE) is unknown color: approx Light Sky Blue. HEX triplet: 81, CA and FE. RGB value is (129,202,254). Sum of RGB (Red+Green+Blue) = 129+202+254=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #81CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAFE is #7E3501. Grayscale: #B9B9B9. Windows color (decimal): -8271106 or 16697985. OLE color: 16697985.

HSL color Cylindrical-coordinate representation of color #81CAFE: hue angle of 204.96º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81CAFE is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129202254-
CMYK0.490.2000.00
HSL204.96º98.43%75.1%-
HSV(B)204.96º49.21%99.61%-
XYZ48.0654.06101.67-
YUV186.1166.3287.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=22.05%
G=34.53%
B=43.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292022540.490.2000.00204.9698.4375.1
Hex81CAFE311400cd624b
Octal201312376612400315142113
Binary10000001110010101111111011000110100001100110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CAFE; }

 p { color: rgb(129,202,254); }

 H1.HeaderClassName
 {
   color: #81CAFE;
 }
 .AnyTagClassName
 {
   color: #81CAFE;
 }
</style>
background-color css

<style>
 a { background-color: #81CAFE; }

 a { background-color: rgb(129,202,254); }

 div.DivClassName
 {
   background-color: #81CAFE;
 }
 .BgClassName
 {
   background-color: #81CAFE;
 }
</style>
border-color css

<style>
 span { border-color: #81CAFE; }

 span { border-color: rgb(129,202,254); }

 td.TdClassName
 {
   border-color: #81CAFE;
 }
 .TagClassName
 {
   border-color: #81CAFE;
 }
</style>