Shades of Sky Blue #81C0EB
Tints of Sky Blue #81C0EB
RGB
CMYK
RGB Variations
Color information
#81C0EB (or 0x81C0EB) is known color: Sky Blue. HEX triplet: 81, C0 and EB. RGB value is (129,192,235). Sum of RGB (Red+Green+Blue) = 129+192+235=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #81C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0EB is #7E3F14. Grayscale: #B1B1B1. Windows color (decimal): -8273685 or 15450241. OLE color: 15450241.
HSL color Cylindrical-coordinate representation of color #81C0EB: hue angle of 204.34º degrees, saturation: 0.73, 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 #81C0EB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 192 | 235 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.08 |
| HSL | 204.34º | 0.73% | 0.71% | - |
| HSV(B) | 204.34º | 0.45% | 0.92% | - |
| XYZ | 42.9 | 48.36 | 85.67 | - |
| YUV | 178.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 235 | 0.45 | 0.18 | 0 | 0.08 | 204.34 | 0.73 | 0.71 |
| Hex | 81 | C0 | EB | 2D | 12 | 0 | 8 | CC | 49 | 47 |
| Octal | 201 | 300 | 353 | 55 | 22 | 0 | 10 | 314 | 111 | 107 |
| Binary | 10000001 | 11000000 | 11101011 | 101101 | 10010 | 0 | 1000 | 11001100 | 1001001 | 1000111 |
Color Harmonies of #81C0EB
Complementary color
Monochromatic Colors of #81C0EB
Black with #81C0EB
Text Example
Text Example
White with #81C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0EB; }
p { color: rgb(129,192,235); }
H1.HeaderClassName
{
color: #81C0EB;
}
.AnyTagClassName
{
color: #81C0EB;
}
</style>
background-color css
<style>
a { background-color: #81C0EB; }
a { background-color: rgb(129,192,235); }
div.DivClassName
{
background-color: #81C0EB;
}
.BgClassName
{
background-color: #81C0EB;
}
</style>
border-color css
<style>
span { border-color: #81C0EB; }
span { border-color: rgb(129,192,235); }
td.TdClassName
{
border-color: #81C0EB;
}
.TagClassName
{
border-color: #81C0EB;
}
</style>