Shades of Light Sky Blue #80CEFE
Tints of Light Sky Blue #80CEFE
RGB
CMYK
RGB Variations
Color information
#80CEFE (or 0x80CEFE) is known color: Light Sky Blue. HEX triplet: 80, CE and FE. RGB value is (128,206,254). Sum of RGB (Red+Green+Blue) = 128+206+254=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #80CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEFE is #7F3101. Grayscale: #BBBBBB. Windows color (decimal): -8335618 or 16699008. OLE color: 16699008.
HSL color Cylindrical-coordinate representation of color #80CEFE: hue angle of 202.86º 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 #80CEFE is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 206 | 254 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.00 |
| HSL | 202.86º | 0.98% | 0.75% | - |
| HSV(B) | 202.86º | 0.5% | 1% | - |
| XYZ | 48.86 | 55.89 | 101.98 | - |
| YUV | 188.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 254 | 0.50 | 0.19 | 0 | 0.00 | 202.86 | 0.98 | 0.75 |
| Hex | 80 | CE | FE | 32 | 13 | 0 | 0 | CB | 62 | 4B |
| Octal | 200 | 316 | 376 | 62 | 23 | 0 | 0 | 313 | 142 | 113 |
| Binary | 10000000 | 11001110 | 11111110 | 110010 | 10011 | 0 | 0 | 11001011 | 1100010 | 1001011 |
Color Harmonies of #80CEFE
Complementary color
Monochromatic Colors of #80CEFE
Black with #80CEFE
Text Example
Text Example
White with #80CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEFE; }
p { color: rgb(128,206,254); }
H1.HeaderClassName
{
color: #80CEFE;
}
.AnyTagClassName
{
color: #80CEFE;
}
</style>
background-color css
<style>
a { background-color: #80CEFE; }
a { background-color: rgb(128,206,254); }
div.DivClassName
{
background-color: #80CEFE;
}
.BgClassName
{
background-color: #80CEFE;
}
</style>
border-color css
<style>
span { border-color: #80CEFE; }
span { border-color: rgb(128,206,254); }
td.TdClassName
{
border-color: #80CEFE;
}
.TagClassName
{
border-color: #80CEFE;
}
</style>