Shades of Light Sky Blue #81DDFF
Tints of Light Sky Blue #81DDFF
RGB
CMYK
RGB Variations
Color information
#81DDFF (or 0x81DDFF) is known color: Light Sky Blue. HEX triplet: 81, DD and FF. RGB value is (129,221,255). Sum of RGB (Red+Green+Blue) = 129+221+255=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #81DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDFF is #7E2200. Grayscale: #C5C5C5. Windows color (decimal): -8266241 or 16768385. OLE color: 16768385.
HSL color Cylindrical-coordinate representation of color #81DDFF: hue angle of 196.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DDFF is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 221 | 255 | - |
| CMYK | 0.49 | 0.13 | 0 | 0 |
| HSL | 196.19º | 1% | 0.75% | - |
| HSV(B) | 196.19º | 0.49% | 1% | - |
| XYZ | 52.96 | 63.6 | 104.09 | - |
| YUV | 197.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 255 | 0.49 | 0.13 | 0 | 0 | 196.19 | 1 | 0.75 |
| Hex | 81 | DD | FF | 31 | D | 0 | 0 | C4 | 64 | 4B |
| Octal | 201 | 335 | 377 | 61 | 15 | 0 | 0 | 304 | 144 | 113 |
| Binary | 10000001 | 11011101 | 11111111 | 110001 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001011 |
Color Harmonies of #81DDFF
Complementary color
Monochromatic Colors of #81DDFF
Black with #81DDFF
Text Example
Text Example
White with #81DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDFF; }
p { color: rgb(129,221,255); }
H1.HeaderClassName
{
color: #81DDFF;
}
.AnyTagClassName
{
color: #81DDFF;
}
</style>
background-color css
<style>
a { background-color: #81DDFF; }
a { background-color: rgb(129,221,255); }
div.DivClassName
{
background-color: #81DDFF;
}
.BgClassName
{
background-color: #81DDFF;
}
</style>
border-color css
<style>
span { border-color: #81DDFF; }
span { border-color: rgb(129,221,255); }
td.TdClassName
{
border-color: #81DDFF;
}
.TagClassName
{
border-color: #81DDFF;
}
</style>