Shades of Sky Blue #81DEEC
Tints of Sky Blue #81DEEC
RGB
CMYK
RGB Variations
Color information
#81DEEC (or 0x81DEEC) is known color: Sky Blue. HEX triplet: 81, DE and EC. RGB value is (129,222,236). Sum of RGB (Red+Green+Blue) = 129+222+236=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #81DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEEC is #7E2113. Grayscale: #C3C3C3. Windows color (decimal): -8266004 or 15523457. OLE color: 15523457.
HSL color Cylindrical-coordinate representation of color #81DEEC: hue angle of 187.85º 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 #81DEEC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 222 | 236 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.07 |
| HSL | 187.85º | 0.74% | 0.72% | - |
| HSV(B) | 187.85º | 0.45% | 0.93% | - |
| XYZ | 50.31 | 62.97 | 88.86 | - |
| YUV | 195.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 236 | 0.45 | 0.06 | 0 | 0.07 | 187.85 | 0.74 | 0.72 |
| Hex | 81 | DE | EC | 2D | 6 | 0 | 7 | BC | 4A | 48 |
| Octal | 201 | 336 | 354 | 55 | 6 | 0 | 7 | 274 | 112 | 110 |
| Binary | 10000001 | 11011110 | 11101100 | 101101 | 110 | 0 | 111 | 10111100 | 1001010 | 1001000 |
Color Harmonies of #81DEEC
Complementary color
Monochromatic Colors of #81DEEC
Black with #81DEEC
Text Example
Text Example
White with #81DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DEEC; }
p { color: rgb(129,222,236); }
H1.HeaderClassName
{
color: #81DEEC;
}
.AnyTagClassName
{
color: #81DEEC;
}
</style>
background-color css
<style>
a { background-color: #81DEEC; }
a { background-color: rgb(129,222,236); }
div.DivClassName
{
background-color: #81DEEC;
}
.BgClassName
{
background-color: #81DEEC;
}
</style>
border-color css
<style>
span { border-color: #81DEEC; }
span { border-color: rgb(129,222,236); }
td.TdClassName
{
border-color: #81DEEC;
}
.TagClassName
{
border-color: #81DEEC;
}
</style>