Shades of Sky Blue #81CEEC
Tints of Sky Blue #81CEEC
RGB
CMYK
RGB Variations
Color information
#81CEEC (or 0x81CEEC) is known color: Sky Blue. HEX triplet: 81, CE and EC. RGB value is (129,206,236). Sum of RGB (Red+Green+Blue) = 129+206+236=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #81CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CEEC is #7E3113. Grayscale: #BABABA. Windows color (decimal): -8270100 or 15519361. OLE color: 15519361.
HSL color Cylindrical-coordinate representation of color #81CEEC: hue angle of 196.82º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CEEC is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 206 | 236 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.07 |
| HSL | 196.82º | 0.74% | 0.72% | - |
| HSV(B) | 196.82º | 0.45% | 0.93% | - |
| XYZ | 46.26 | 54.87 | 87.51 | - |
| YUV | 186.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 236 | 0.45 | 0.13 | 0 | 0.07 | 196.82 | 0.74 | 0.72 |
| Hex | 81 | CE | EC | 2D | D | 0 | 7 | C5 | 4A | 48 |
| Octal | 201 | 316 | 354 | 55 | 15 | 0 | 7 | 305 | 112 | 110 |
| Binary | 10000001 | 11001110 | 11101100 | 101101 | 1101 | 0 | 111 | 11000101 | 1001010 | 1001000 |
Color Harmonies of #81CEEC
Complementary color
Monochromatic Colors of #81CEEC
Black with #81CEEC
Text Example
Text Example
White with #81CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEEC; }
p { color: rgb(129,206,236); }
H1.HeaderClassName
{
color: #81CEEC;
}
.AnyTagClassName
{
color: #81CEEC;
}
</style>
background-color css
<style>
a { background-color: #81CEEC; }
a { background-color: rgb(129,206,236); }
div.DivClassName
{
background-color: #81CEEC;
}
.BgClassName
{
background-color: #81CEEC;
}
</style>
border-color css
<style>
span { border-color: #81CEEC; }
span { border-color: rgb(129,206,236); }
td.TdClassName
{
border-color: #81CEEC;
}
.TagClassName
{
border-color: #81CEEC;
}
</style>