Shades of Light Sky Blue #80D8FE
Tints of Light Sky Blue #80D8FE
RGB
CMYK
RGB Variations
Color information
#80D8FE (or 0x80D8FE) is known color: Light Sky Blue. HEX triplet: 80, D8 and FE. RGB value is (128,216,254). Sum of RGB (Red+Green+Blue) = 128+216+254=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #80D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8FE is #7F2701. Grayscale: #C1C1C1. Windows color (decimal): -8333058 or 16701568. OLE color: 16701568.
HSL color Cylindrical-coordinate representation of color #80D8FE: hue angle of 198.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80D8FE is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 216 | 254 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.00 |
| HSL | 198.1º | 0.98% | 0.75% | - |
| HSV(B) | 198.1º | 0.5% | 1% | - |
| XYZ | 51.35 | 60.86 | 102.81 | - |
| YUV | 194.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 254 | 0.50 | 0.15 | 0 | 0.00 | 198.1 | 0.98 | 0.75 |
| Hex | 80 | D8 | FE | 32 | F | 0 | 0 | C6 | 62 | 4B |
| Octal | 200 | 330 | 376 | 62 | 17 | 0 | 0 | 306 | 142 | 113 |
| Binary | 10000000 | 11011000 | 11111110 | 110010 | 1111 | 0 | 0 | 11000110 | 1100010 | 1001011 |
Color Harmonies of #80D8FE
Complementary color
Monochromatic Colors of #80D8FE
Black with #80D8FE
Text Example
Text Example
White with #80D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8FE; }
p { color: rgb(128,216,254); }
H1.HeaderClassName
{
color: #80D8FE;
}
.AnyTagClassName
{
color: #80D8FE;
}
</style>
background-color css
<style>
a { background-color: #80D8FE; }
a { background-color: rgb(128,216,254); }
div.DivClassName
{
background-color: #80D8FE;
}
.BgClassName
{
background-color: #80D8FE;
}
</style>
border-color css
<style>
span { border-color: #80D8FE; }
span { border-color: rgb(128,216,254); }
td.TdClassName
{
border-color: #80D8FE;
}
.TagClassName
{
border-color: #80D8FE;
}
</style>