Shades of Sky Blue #81DDEC
Tints of Sky Blue #81DDEC
RGB
CMYK
RGB Variations
Color information
#81DDEC (or 0x81DDEC) is known color: Sky Blue. HEX triplet: 81, DD and EC. RGB value is (129,221,236). Sum of RGB (Red+Green+Blue) = 129+221+236=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #81DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDEC is #7E2213. Grayscale: #C3C3C3. Windows color (decimal): -8266260 or 15523201. OLE color: 15523201.
HSL color Cylindrical-coordinate representation of color #81DDEC: hue angle of 188.41º 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 #81DDEC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 221 | 236 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.07 |
| HSL | 188.41º | 0.74% | 0.72% | - |
| HSV(B) | 188.41º | 0.45% | 0.93% | - |
| XYZ | 50.05 | 62.44 | 88.77 | - |
| YUV | 195.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 236 | 0.45 | 0.06 | 0 | 0.07 | 188.41 | 0.74 | 0.72 |
| Hex | 81 | DD | EC | 2D | 6 | 0 | 7 | BC | 4A | 48 |
| Octal | 201 | 335 | 354 | 55 | 6 | 0 | 7 | 274 | 112 | 110 |
| Binary | 10000001 | 11011101 | 11101100 | 101101 | 110 | 0 | 111 | 10111100 | 1001010 | 1001000 |
Color Harmonies of #81DDEC
Complementary color
Monochromatic Colors of #81DDEC
Black with #81DDEC
Text Example
Text Example
White with #81DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDEC; }
p { color: rgb(129,221,236); }
H1.HeaderClassName
{
color: #81DDEC;
}
.AnyTagClassName
{
color: #81DDEC;
}
</style>
background-color css
<style>
a { background-color: #81DDEC; }
a { background-color: rgb(129,221,236); }
div.DivClassName
{
background-color: #81DDEC;
}
.BgClassName
{
background-color: #81DDEC;
}
</style>
border-color css
<style>
span { border-color: #81DDEC; }
span { border-color: rgb(129,221,236); }
td.TdClassName
{
border-color: #81DDEC;
}
.TagClassName
{
border-color: #81DDEC;
}
</style>