Shades of Light Sky Blue #80D9F9
Tints of Light Sky Blue #80D9F9
RGB
CMYK
RGB Variations
Color information
#80D9F9 (or 0x80D9F9) is known color: Light Sky Blue. HEX triplet: 80, D9 and F9. RGB value is (128,217,249). Sum of RGB (Red+Green+Blue) = 128+217+249=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #80D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9F9 is #7F2606. Grayscale: #C1C1C1. Windows color (decimal): -8332807 or 16374144. OLE color: 16374144.
HSL color Cylindrical-coordinate representation of color #80D9F9: hue angle of 195.87º 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 #80D9F9 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 217 | 249 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.02 |
| HSL | 195.87º | 0.91% | 0.74% | - |
| HSV(B) | 195.87º | 0.49% | 0.98% | - |
| XYZ | 50.81 | 61.05 | 98.73 | - |
| YUV | 194.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 249 | 0.49 | 0.13 | 0 | 0.02 | 195.87 | 0.91 | 0.74 |
| Hex | 80 | D9 | F9 | 31 | D | 0 | 2 | C4 | 5B | 4A |
| Octal | 200 | 331 | 371 | 61 | 15 | 0 | 2 | 304 | 133 | 112 |
| Binary | 10000000 | 11011001 | 11111001 | 110001 | 1101 | 0 | 10 | 11000100 | 1011011 | 1001010 |
Color Harmonies of #80D9F9
Complementary color
Monochromatic Colors of #80D9F9
Black with #80D9F9
Text Example
Text Example
White with #80D9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D9F9; }
p { color: rgb(128,217,249); }
H1.HeaderClassName
{
color: #80D9F9;
}
.AnyTagClassName
{
color: #80D9F9;
}
</style>
background-color css
<style>
a { background-color: #80D9F9; }
a { background-color: rgb(128,217,249); }
div.DivClassName
{
background-color: #80D9F9;
}
.BgClassName
{
background-color: #80D9F9;
}
</style>
border-color css
<style>
span { border-color: #80D9F9; }
span { border-color: rgb(128,217,249); }
td.TdClassName
{
border-color: #80D9F9;
}
.TagClassName
{
border-color: #80D9F9;
}
</style>