Shades of Light Sky Blue #80DDF9
Tints of Light Sky Blue #80DDF9
RGB
CMYK
RGB Variations
Color information
#80DDF9 (or 0x80DDF9) is known color: Light Sky Blue. HEX triplet: 80, DD and F9. RGB value is (128,221,249). Sum of RGB (Red+Green+Blue) = 128+221+249=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #80DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF9 is #7F2206. Grayscale: #C4C4C4. Windows color (decimal): -8331783 or 16375168. OLE color: 16375168.
HSL color Cylindrical-coordinate representation of color #80DDF9: hue angle of 193.88º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DDF9 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 221 | 249 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.02 |
| HSL | 193.88º | 0.91% | 0.74% | - |
| HSV(B) | 193.88º | 0.49% | 0.98% | - |
| XYZ | 51.86 | 63.14 | 99.08 | - |
| YUV | 196.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 249 | 0.49 | 0.11 | 0 | 0.02 | 193.88 | 0.91 | 0.74 |
| Hex | 80 | DD | F9 | 31 | B | 0 | 2 | C2 | 5B | 4A |
| Octal | 200 | 335 | 371 | 61 | 13 | 0 | 2 | 302 | 133 | 112 |
| Binary | 10000000 | 11011101 | 11111001 | 110001 | 1011 | 0 | 10 | 11000010 | 1011011 | 1001010 |
Color Harmonies of #80DDF9
Complementary color
Monochromatic Colors of #80DDF9
Black with #80DDF9
Text Example
Text Example
White with #80DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDF9; }
p { color: rgb(128,221,249); }
H1.HeaderClassName
{
color: #80DDF9;
}
.AnyTagClassName
{
color: #80DDF9;
}
</style>
background-color css
<style>
a { background-color: #80DDF9; }
a { background-color: rgb(128,221,249); }
div.DivClassName
{
background-color: #80DDF9;
}
.BgClassName
{
background-color: #80DDF9;
}
</style>
border-color css
<style>
span { border-color: #80DDF9; }
span { border-color: rgb(128,221,249); }
td.TdClassName
{
border-color: #80DDF9;
}
.TagClassName
{
border-color: #80DDF9;
}
</style>