Shades of Sky Blue #81D2EE
Tints of Sky Blue #81D2EE
RGB
CMYK
RGB Variations
Color information
#81D2EE (or 0x81D2EE) is known color: Sky Blue. HEX triplet: 81, D2 and EE. RGB value is (129,210,238). Sum of RGB (Red+Green+Blue) = 129+210+238=577 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.36% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #81D2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D2EE is #7E2D11. Grayscale: #BCBCBC. Windows color (decimal): -8269074 or 15651457. OLE color: 15651457.
HSL color Cylindrical-coordinate representation of color #81D2EE: hue angle of 195.41º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81D2EE is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 210 | 238 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.07 |
| HSL | 195.41º | 0.76% | 0.72% | - |
| HSV(B) | 195.41º | 0.46% | 0.93% | - |
| XYZ | 47.53 | 56.93 | 89.37 | - |
| YUV | 188.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 238 | 0.46 | 0.12 | 0 | 0.07 | 195.41 | 0.76 | 0.72 |
| Hex | 81 | D2 | EE | 2E | C | 0 | 7 | C3 | 4C | 48 |
| Octal | 201 | 322 | 356 | 56 | 14 | 0 | 7 | 303 | 114 | 110 |
| Binary | 10000001 | 11010010 | 11101110 | 101110 | 1100 | 0 | 111 | 11000011 | 1001100 | 1001000 |
Color Harmonies of #81D2EE
Complementary color
Monochromatic Colors of #81D2EE
Black with #81D2EE
Text Example
Text Example
White with #81D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2EE; }
p { color: rgb(129,210,238); }
H1.HeaderClassName
{
color: #81D2EE;
}
.AnyTagClassName
{
color: #81D2EE;
}
</style>
background-color css
<style>
a { background-color: #81D2EE; }
a { background-color: rgb(129,210,238); }
div.DivClassName
{
background-color: #81D2EE;
}
.BgClassName
{
background-color: #81D2EE;
}
</style>
border-color css
<style>
span { border-color: #81D2EE; }
span { border-color: rgb(129,210,238); }
td.TdClassName
{
border-color: #81D2EE;
}
.TagClassName
{
border-color: #81D2EE;
}
</style>