Shades of Light Sky Blue #80CFFE
Tints of Light Sky Blue #80CFFE
RGB
CMYK
RGB Variations
Color information
#80CFFE (or 0x80CFFE) is known color: Light Sky Blue. HEX triplet: 80, CF and FE. RGB value is (128,207,254). Sum of RGB (Red+Green+Blue) = 128+207+254=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #80CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFFE is #7F3001. Grayscale: #BCBCBC. Windows color (decimal): -8335362 or 16699264. OLE color: 16699264.
HSL color Cylindrical-coordinate representation of color #80CFFE: hue angle of 202.38º 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 #80CFFE is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 207 | 254 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.00 |
| HSL | 202.38º | 0.98% | 0.75% | - |
| HSV(B) | 202.38º | 0.5% | 1% | - |
| XYZ | 49.1 | 56.37 | 102.06 | - |
| YUV | 188.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 254 | 0.50 | 0.19 | 0 | 0.00 | 202.38 | 0.98 | 0.75 |
| Hex | 80 | CF | FE | 32 | 13 | 0 | 0 | CA | 62 | 4B |
| Octal | 200 | 317 | 376 | 62 | 23 | 0 | 0 | 312 | 142 | 113 |
| Binary | 10000000 | 11001111 | 11111110 | 110010 | 10011 | 0 | 0 | 11001010 | 1100010 | 1001011 |
Color Harmonies of #80CFFE
Complementary color
Monochromatic Colors of #80CFFE
Black with #80CFFE
Text Example
Text Example
White with #80CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFFE; }
p { color: rgb(128,207,254); }
H1.HeaderClassName
{
color: #80CFFE;
}
.AnyTagClassName
{
color: #80CFFE;
}
</style>
background-color css
<style>
a { background-color: #80CFFE; }
a { background-color: rgb(128,207,254); }
div.DivClassName
{
background-color: #80CFFE;
}
.BgClassName
{
background-color: #80CFFE;
}
</style>
border-color css
<style>
span { border-color: #80CFFE; }
span { border-color: rgb(128,207,254); }
td.TdClassName
{
border-color: #80CFFE;
}
.TagClassName
{
border-color: #80CFFE;
}
</style>