Shades of Sky Blue #81C0EA
Tints of Sky Blue #81C0EA
RGB
CMYK
RGB Variations
Color information
#81C0EA (or 0x81C0EA) is known color: Sky Blue. HEX triplet: 81, C0 and EA. RGB value is (129,192,234). Sum of RGB (Red+Green+Blue) = 129+192+234=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #81C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0EA is #7E3F15. Grayscale: #B1B1B1. Windows color (decimal): -8273686 or 15384705. OLE color: 15384705.
HSL color Cylindrical-coordinate representation of color #81C0EA: hue angle of 204º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81C0EA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 192 | 234 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.08 |
| HSL | 204º | 0.71% | 0.71% | - |
| HSV(B) | 204º | 0.45% | 0.92% | - |
| XYZ | 42.75 | 48.31 | 84.91 | - |
| YUV | 177.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 234 | 0.45 | 0.18 | 0 | 0.08 | 204 | 0.71 | 0.71 |
| Hex | 81 | C0 | EA | 2D | 12 | 0 | 8 | CC | 47 | 47 |
| Octal | 201 | 300 | 352 | 55 | 22 | 0 | 10 | 314 | 107 | 107 |
| Binary | 10000001 | 11000000 | 11101010 | 101101 | 10010 | 0 | 1000 | 11001100 | 1000111 | 1000111 |
Color Harmonies of #81C0EA
Complementary color
Monochromatic Colors of #81C0EA
Black with #81C0EA
Text Example
Text Example
White with #81C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0EA; }
p { color: rgb(129,192,234); }
H1.HeaderClassName
{
color: #81C0EA;
}
.AnyTagClassName
{
color: #81C0EA;
}
</style>
background-color css
<style>
a { background-color: #81C0EA; }
a { background-color: rgb(129,192,234); }
div.DivClassName
{
background-color: #81C0EA;
}
.BgClassName
{
background-color: #81C0EA;
}
</style>
border-color css
<style>
span { border-color: #81C0EA; }
span { border-color: rgb(129,192,234); }
td.TdClassName
{
border-color: #81C0EA;
}
.TagClassName
{
border-color: #81C0EA;
}
</style>