Shades of Sky Blue #81CBEC
Tints of Sky Blue #81CBEC
RGB
CMYK
RGB Variations
Color information
#81CBEC (or 0x81CBEC) is known color: Sky Blue. HEX triplet: 81, CB and EC. RGB value is (129,203,236). Sum of RGB (Red+Green+Blue) = 129+203+236=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #81CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBEC is #7E3413. Grayscale: #B8B8B8. Windows color (decimal): -8270868 or 15518593. OLE color: 15518593.
HSL color Cylindrical-coordinate representation of color #81CBEC: hue angle of 198.5º 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 #81CBEC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 203 | 236 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.07 |
| HSL | 198.5º | 0.74% | 0.72% | - |
| HSV(B) | 198.5º | 0.45% | 0.93% | - |
| XYZ | 45.55 | 53.44 | 87.27 | - |
| YUV | 184.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 236 | 0.45 | 0.14 | 0 | 0.07 | 198.5 | 0.74 | 0.72 |
| Hex | 81 | CB | EC | 2D | E | 0 | 7 | C7 | 4A | 48 |
| Octal | 201 | 313 | 354 | 55 | 16 | 0 | 7 | 307 | 112 | 110 |
| Binary | 10000001 | 11001011 | 11101100 | 101101 | 1110 | 0 | 111 | 11000111 | 1001010 | 1001000 |
Color Harmonies of #81CBEC
Complementary color
Monochromatic Colors of #81CBEC
Black with #81CBEC
Text Example
Text Example
White with #81CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBEC; }
p { color: rgb(129,203,236); }
H1.HeaderClassName
{
color: #81CBEC;
}
.AnyTagClassName
{
color: #81CBEC;
}
</style>
background-color css
<style>
a { background-color: #81CBEC; }
a { background-color: rgb(129,203,236); }
div.DivClassName
{
background-color: #81CBEC;
}
.BgClassName
{
background-color: #81CBEC;
}
</style>
border-color css
<style>
span { border-color: #81CBEC; }
span { border-color: rgb(129,203,236); }
td.TdClassName
{
border-color: #81CBEC;
}
.TagClassName
{
border-color: #81CBEC;
}
</style>