Shades of Sky Blue #81DEF2
Tints of Sky Blue #81DEF2
RGB
CMYK
RGB Variations
Color information
#81DEF2 (or 0x81DEF2) is known color: Sky Blue. HEX triplet: 81, DE and F2. RGB value is (129,222,242). Sum of RGB (Red+Green+Blue) = 129+222+242=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #81DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEF2 is #7E210D. Grayscale: #C4C4C4. Windows color (decimal): -8265998 or 15916673. OLE color: 15916673.
HSL color Cylindrical-coordinate representation of color #81DEF2: hue angle of 190.62º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DEF2 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 222 | 242 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.05 |
| HSL | 190.62º | 0.81% | 0.73% | - |
| HSV(B) | 190.62º | 0.47% | 0.95% | - |
| XYZ | 51.2 | 63.32 | 93.53 | - |
| YUV | 196.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 242 | 0.47 | 0.08 | 0 | 0.05 | 190.62 | 0.81 | 0.73 |
| Hex | 81 | DE | F2 | 2F | 8 | 0 | 5 | BF | 51 | 49 |
| Octal | 201 | 336 | 362 | 57 | 10 | 0 | 5 | 277 | 121 | 111 |
| Binary | 10000001 | 11011110 | 11110010 | 101111 | 1000 | 0 | 101 | 10111111 | 1010001 | 1001001 |
Color Harmonies of #81DEF2
Complementary color
Monochromatic Colors of #81DEF2
Black with #81DEF2
Text Example
Text Example
White with #81DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DEF2; }
p { color: rgb(129,222,242); }
H1.HeaderClassName
{
color: #81DEF2;
}
.AnyTagClassName
{
color: #81DEF2;
}
</style>
background-color css
<style>
a { background-color: #81DEF2; }
a { background-color: rgb(129,222,242); }
div.DivClassName
{
background-color: #81DEF2;
}
.BgClassName
{
background-color: #81DEF2;
}
</style>
border-color css
<style>
span { border-color: #81DEF2; }
span { border-color: rgb(129,222,242); }
td.TdClassName
{
border-color: #81DEF2;
}
.TagClassName
{
border-color: #81DEF2;
}
</style>