Shades of Sky Blue #81E0EF
Tints of Sky Blue #81E0EF
RGB
CMYK
RGB Variations
Color information
#81E0EF (or 0x81E0EF) is known color: Sky Blue. HEX triplet: 81, E0 and EF. RGB value is (129,224,239). Sum of RGB (Red+Green+Blue) = 129+224+239=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0EF is #7E1F10. Grayscale: #C5C5C5. Windows color (decimal): -8265489 or 15720577. OLE color: 15720577.
HSL color Cylindrical-coordinate representation of color #81E0EF: hue angle of 188.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E0EF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 224 | 239 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.06 |
| HSL | 188.18º | 0.77% | 0.72% | - |
| HSV(B) | 188.18º | 0.46% | 0.94% | - |
| XYZ | 51.29 | 64.21 | 91.35 | - |
| YUV | 197.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 239 | 0.46 | 0.06 | 0 | 0.06 | 188.18 | 0.77 | 0.72 |
| Hex | 81 | E0 | EF | 2E | 6 | 0 | 6 | BC | 4D | 48 |
| Octal | 201 | 340 | 357 | 56 | 6 | 0 | 6 | 274 | 115 | 110 |
| Binary | 10000001 | 11100000 | 11101111 | 101110 | 110 | 0 | 110 | 10111100 | 1001101 | 1001000 |
Color Harmonies of #81E0EF
Complementary color
Monochromatic Colors of #81E0EF
Black with #81E0EF
Text Example
Text Example
White with #81E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0EF; }
p { color: rgb(129,224,239); }
H1.HeaderClassName
{
color: #81E0EF;
}
.AnyTagClassName
{
color: #81E0EF;
}
</style>
background-color css
<style>
a { background-color: #81E0EF; }
a { background-color: rgb(129,224,239); }
div.DivClassName
{
background-color: #81E0EF;
}
.BgClassName
{
background-color: #81E0EF;
}
</style>
border-color css
<style>
span { border-color: #81E0EF; }
span { border-color: rgb(129,224,239); }
td.TdClassName
{
border-color: #81E0EF;
}
.TagClassName
{
border-color: #81E0EF;
}
</style>