Shades of Sky Blue #81BEEC
Tints of Sky Blue #81BEEC
RGB
CMYK
RGB Variations
Color information
#81BEEC (or 0x81BEEC) is known color: Sky Blue. HEX triplet: 81, BE and EC. RGB value is (129,190,236). Sum of RGB (Red+Green+Blue) = 129+190+236=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #81BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEEC is #7E4113. Grayscale: #B0B0B0. Windows color (decimal): -8274196 or 15515265. OLE color: 15515265.
HSL color Cylindrical-coordinate representation of color #81BEEC: hue angle of 205.79º 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 #81BEEC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 190 | 236 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.07 |
| HSL | 205.79º | 0.74% | 0.72% | - |
| HSV(B) | 205.79º | 0.45% | 0.93% | - |
| XYZ | 42.61 | 47.55 | 86.29 | - |
| YUV | 177.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 236 | 0.45 | 0.19 | 0 | 0.07 | 205.79 | 0.74 | 0.72 |
| Hex | 81 | BE | EC | 2D | 13 | 0 | 7 | CE | 4A | 48 |
| Octal | 201 | 276 | 354 | 55 | 23 | 0 | 7 | 316 | 112 | 110 |
| Binary | 10000001 | 10111110 | 11101100 | 101101 | 10011 | 0 | 111 | 11001110 | 1001010 | 1001000 |
Color Harmonies of #81BEEC
Complementary color
Monochromatic Colors of #81BEEC
Black with #81BEEC
Text Example
Text Example
White with #81BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEEC; }
p { color: rgb(129,190,236); }
H1.HeaderClassName
{
color: #81BEEC;
}
.AnyTagClassName
{
color: #81BEEC;
}
</style>
background-color css
<style>
a { background-color: #81BEEC; }
a { background-color: rgb(129,190,236); }
div.DivClassName
{
background-color: #81BEEC;
}
.BgClassName
{
background-color: #81BEEC;
}
</style>
border-color css
<style>
span { border-color: #81BEEC; }
span { border-color: rgb(129,190,236); }
td.TdClassName
{
border-color: #81BEEC;
}
.TagClassName
{
border-color: #81BEEC;
}
</style>