Shades of Sky Blue #81DCEE
Tints of Sky Blue #81DCEE
RGB
CMYK
RGB Variations
Color information
#81DCEE (or 0x81DCEE) is known color: Sky Blue. HEX triplet: 81, DC and EE. RGB value is (129,220,238). Sum of RGB (Red+Green+Blue) = 129+220+238=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #81DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEE is #7E2311. Grayscale: #C2C2C2. Windows color (decimal): -8266514 or 15654017. OLE color: 15654017.
HSL color Cylindrical-coordinate representation of color #81DCEE: hue angle of 189.91º 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 #81DCEE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 220 | 238 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.07 |
| HSL | 189.91º | 0.76% | 0.72% | - |
| HSV(B) | 189.91º | 0.46% | 0.93% | - |
| XYZ | 50.08 | 62.03 | 90.22 | - |
| YUV | 194.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 238 | 0.46 | 0.08 | 0 | 0.07 | 189.91 | 0.76 | 0.72 |
| Hex | 81 | DC | EE | 2E | 8 | 0 | 7 | BE | 4C | 48 |
| Octal | 201 | 334 | 356 | 56 | 10 | 0 | 7 | 276 | 114 | 110 |
| Binary | 10000001 | 11011100 | 11101110 | 101110 | 1000 | 0 | 111 | 10111110 | 1001100 | 1001000 |
Color Harmonies of #81DCEE
Complementary color
Monochromatic Colors of #81DCEE
Black with #81DCEE
Text Example
Text Example
White with #81DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCEE; }
p { color: rgb(129,220,238); }
H1.HeaderClassName
{
color: #81DCEE;
}
.AnyTagClassName
{
color: #81DCEE;
}
</style>
background-color css
<style>
a { background-color: #81DCEE; }
a { background-color: rgb(129,220,238); }
div.DivClassName
{
background-color: #81DCEE;
}
.BgClassName
{
background-color: #81DCEE;
}
</style>
border-color css
<style>
span { border-color: #81DCEE; }
span { border-color: rgb(129,220,238); }
td.TdClassName
{
border-color: #81DCEE;
}
.TagClassName
{
border-color: #81DCEE;
}
</style>