Shades of Light Sky Blue #80E2F9
Tints of Light Sky Blue #80E2F9
RGB
CMYK
RGB Variations
Color information
#80E2F9 (or 0x80E2F9) is known color: Light Sky Blue. HEX triplet: 80, E2 and F9. RGB value is (128,226,249). Sum of RGB (Red+Green+Blue) = 128+226+249=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #80E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E2F9 is #7F1D06. Grayscale: #C7C7C7. Windows color (decimal): -8330503 or 16376448. OLE color: 16376448.
HSL color Cylindrical-coordinate representation of color #80E2F9: hue angle of 191.4º 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 #80E2F9 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 226 | 249 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.02 |
| HSL | 191.41º | 0.91% | 0.74% | - |
| HSV(B) | 191.41º | 0.49% | 0.98% | - |
| XYZ | 53.2 | 65.82 | 99.52 | - |
| YUV | 199.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 249 | 0.49 | 0.09 | 0 | 0.02 | 191.41 | 0.91 | 0.74 |
| Hex | 80 | E2 | F9 | 31 | 9 | 0 | 2 | BF | 5B | 4A |
| Octal | 200 | 342 | 371 | 61 | 11 | 0 | 2 | 277 | 133 | 112 |
| Binary | 10000000 | 11100010 | 11111001 | 110001 | 1001 | 0 | 10 | 10111111 | 1011011 | 1001010 |
Color Harmonies of #80E2F9
Complementary color
Monochromatic Colors of #80E2F9
Black with #80E2F9
Text Example
Text Example
White with #80E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2F9; }
p { color: rgb(128,226,249); }
H1.HeaderClassName
{
color: #80E2F9;
}
.AnyTagClassName
{
color: #80E2F9;
}
</style>
background-color css
<style>
a { background-color: #80E2F9; }
a { background-color: rgb(128,226,249); }
div.DivClassName
{
background-color: #80E2F9;
}
.BgClassName
{
background-color: #80E2F9;
}
</style>
border-color css
<style>
span { border-color: #80E2F9; }
span { border-color: rgb(128,226,249); }
td.TdClassName
{
border-color: #80E2F9;
}
.TagClassName
{
border-color: #80E2F9;
}
</style>