#81CAFA

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

Shades of Light Sky Blue #81CAFA

Tints of Light Sky Blue #81CAFA

Color information

#81CAFA (or 0x81CAFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, CA and FA. RGB value is (129,202,250). Sum of RGB (Red+Green+Blue) = 129+202+250=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #81CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAFA is #7E3505. Grayscale: #B9B9B9. Windows color (decimal): -8271110 or 16435841. OLE color: 16435841.

HSL color Cylindrical-coordinate representation of color #81CAFA: hue angle of 203.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81CAFA is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129202250-
CMYK0.480.1900.02
HSL203.8º92.37%74.31%-
HSV(B)203.8º48.4%98.04%-
XYZ47.4353.8198.33-
YUV185.64164.3287.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=22.20%
G=34.77%
B=43.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292022500.480.1900.02203.892.3774.31
Hex81CAFA301302cc5c4a
Octal201312372602302314134112
Binary100000011100101011111010110000100110101100110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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