Shades of Sky Blue #81DCEF
Tints of Sky Blue #81DCEF
RGB
CMYK
RGB Variations
Color information
#81DCEF (or 0x81DCEF) is known color: Sky Blue. HEX triplet: 81, DC and EF. RGB value is (129,220,239). Sum of RGB (Red+Green+Blue) = 129+220+239=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #81DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEF is #7E2310. Grayscale: #C2C2C2. Windows color (decimal): -8266513 or 15719553. OLE color: 15719553.
HSL color Cylindrical-coordinate representation of color #81DCEF: hue angle of 190.36º 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 #81DCEF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 220 | 239 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.06 |
| HSL | 190.36º | 0.77% | 0.72% | - |
| HSV(B) | 190.36º | 0.46% | 0.94% | - |
| XYZ | 50.23 | 62.09 | 91 | - |
| YUV | 194.96 | 152.85 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 239 | 0.46 | 0.08 | 0 | 0.06 | 190.36 | 0.77 | 0.72 |
| Hex | 81 | DC | EF | 2E | 8 | 0 | 6 | BE | 4D | 48 |
| Octal | 201 | 334 | 357 | 56 | 10 | 0 | 6 | 276 | 115 | 110 |
| Binary | 10000001 | 11011100 | 11101111 | 101110 | 1000 | 0 | 110 | 10111110 | 1001101 | 1001000 |
Color Harmonies of #81DCEF
Complementary color
Monochromatic Colors of #81DCEF
Black with #81DCEF
Text Example
Text Example
White with #81DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCEF; }
p { color: rgb(129,220,239); }
H1.HeaderClassName
{
color: #81DCEF;
}
.AnyTagClassName
{
color: #81DCEF;
}
</style>
background-color css
<style>
a { background-color: #81DCEF; }
a { background-color: rgb(129,220,239); }
div.DivClassName
{
background-color: #81DCEF;
}
.BgClassName
{
background-color: #81DCEF;
}
</style>
border-color css
<style>
span { border-color: #81DCEF; }
span { border-color: rgb(129,220,239); }
td.TdClassName
{
border-color: #81DCEF;
}
.TagClassName
{
border-color: #81DCEF;
}
</style>