Shades of Sky Blue #81D2EB
Tints of Sky Blue #81D2EB
RGB
CMYK
RGB Variations
Color information
#81D2EB (or 0x81D2EB) is known color: Sky Blue. HEX triplet: 81, D2 and EB. RGB value is (129,210,235). Sum of RGB (Red+Green+Blue) = 129+210+235=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #81D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D2EB is #7E2D14. Grayscale: #BCBCBC. Windows color (decimal): -8269077 or 15454849. OLE color: 15454849.
HSL color Cylindrical-coordinate representation of color #81D2EB: hue angle of 194.15º 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 #81D2EB is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 210 | 235 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.08 |
| HSL | 194.15º | 0.73% | 0.71% | - |
| HSV(B) | 194.15º | 0.45% | 0.92% | - |
| XYZ | 47.1 | 56.76 | 87.07 | - |
| YUV | 188.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 235 | 0.45 | 0.11 | 0 | 0.08 | 194.15 | 0.73 | 0.71 |
| Hex | 81 | D2 | EB | 2D | B | 0 | 8 | C2 | 49 | 47 |
| Octal | 201 | 322 | 353 | 55 | 13 | 0 | 10 | 302 | 111 | 107 |
| Binary | 10000001 | 11010010 | 11101011 | 101101 | 1011 | 0 | 1000 | 11000010 | 1001001 | 1000111 |
Color Harmonies of #81D2EB
Complementary color
Monochromatic Colors of #81D2EB
Black with #81D2EB
Text Example
Text Example
White with #81D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2EB; }
p { color: rgb(129,210,235); }
H1.HeaderClassName
{
color: #81D2EB;
}
.AnyTagClassName
{
color: #81D2EB;
}
</style>
background-color css
<style>
a { background-color: #81D2EB; }
a { background-color: rgb(129,210,235); }
div.DivClassName
{
background-color: #81D2EB;
}
.BgClassName
{
background-color: #81D2EB;
}
</style>
border-color css
<style>
span { border-color: #81D2EB; }
span { border-color: rgb(129,210,235); }
td.TdClassName
{
border-color: #81D2EB;
}
.TagClassName
{
border-color: #81D2EB;
}
</style>