Shades of Light Sky Blue #81DDF9
Tints of Light Sky Blue #81DDF9
RGB
CMYK
RGB Variations
Color information
#81DDF9 (or 0x81DDF9) is known color: Light Sky Blue. HEX triplet: 81, DD and F9. RGB value is (129,221,249). Sum of RGB (Red+Green+Blue) = 129+221+249=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #81DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDF9 is #7E2206. Grayscale: #C4C4C4. Windows color (decimal): -8266247 or 16375169. OLE color: 16375169.
HSL color Cylindrical-coordinate representation of color #81DDF9: hue angle of 194º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DDF9 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 221 | 249 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.02 |
| HSL | 194º | 0.91% | 0.74% | - |
| HSV(B) | 194º | 0.48% | 0.98% | - |
| XYZ | 52.01 | 63.22 | 99.08 | - |
| YUV | 196.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 249 | 0.48 | 0.11 | 0 | 0.02 | 194 | 0.91 | 0.74 |
| Hex | 81 | DD | F9 | 30 | B | 0 | 2 | C2 | 5B | 4A |
| Octal | 201 | 335 | 371 | 60 | 13 | 0 | 2 | 302 | 133 | 112 |
| Binary | 10000001 | 11011101 | 11111001 | 110000 | 1011 | 0 | 10 | 11000010 | 1011011 | 1001010 |
Color Harmonies of #81DDF9
Complementary color
Monochromatic Colors of #81DDF9
Black with #81DDF9
Text Example
Text Example
White with #81DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDF9; }
p { color: rgb(129,221,249); }
H1.HeaderClassName
{
color: #81DDF9;
}
.AnyTagClassName
{
color: #81DDF9;
}
</style>
background-color css
<style>
a { background-color: #81DDF9; }
a { background-color: rgb(129,221,249); }
div.DivClassName
{
background-color: #81DDF9;
}
.BgClassName
{
background-color: #81DDF9;
}
</style>
border-color css
<style>
span { border-color: #81DDF9; }
span { border-color: rgb(129,221,249); }
td.TdClassName
{
border-color: #81DDF9;
}
.TagClassName
{
border-color: #81DDF9;
}
</style>