Shades of Light Sky Blue #80C5FE
Tints of Light Sky Blue #80C5FE
RGB
CMYK
RGB Variations
Color information
#80C5FE (or 0x80C5FE) is known color: Light Sky Blue. HEX triplet: 80, C5 and FE. RGB value is (128,197,254). Sum of RGB (Red+Green+Blue) = 128+197+254=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C5FE is #7F3A01. Grayscale: #B6B6B6. Windows color (decimal): -8337922 or 16696704. OLE color: 16696704.
HSL color Cylindrical-coordinate representation of color #80C5FE: hue angle of 207.14º 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 #80C5FE is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 197 | 254 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.00 |
| HSL | 207.14º | 0.98% | 0.75% | - |
| HSV(B) | 207.14º | 0.5% | 1% | - |
| XYZ | 46.76 | 51.68 | 101.28 | - |
| YUV | 182.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 254 | 0.50 | 0.22 | 0 | 0.00 | 207.14 | 0.98 | 0.75 |
| Hex | 80 | C5 | FE | 32 | 16 | 0 | 0 | CF | 62 | 4B |
| Octal | 200 | 305 | 376 | 62 | 26 | 0 | 0 | 317 | 142 | 113 |
| Binary | 10000000 | 11000101 | 11111110 | 110010 | 10110 | 0 | 0 | 11001111 | 1100010 | 1001011 |
Color Harmonies of #80C5FE
Complementary color
Monochromatic Colors of #80C5FE
Black with #80C5FE
Text Example
Text Example
White with #80C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5FE; }
p { color: rgb(128,197,254); }
H1.HeaderClassName
{
color: #80C5FE;
}
.AnyTagClassName
{
color: #80C5FE;
}
</style>
background-color css
<style>
a { background-color: #80C5FE; }
a { background-color: rgb(128,197,254); }
div.DivClassName
{
background-color: #80C5FE;
}
.BgClassName
{
background-color: #80C5FE;
}
</style>
border-color css
<style>
span { border-color: #80C5FE; }
span { border-color: rgb(128,197,254); }
td.TdClassName
{
border-color: #80C5FE;
}
.TagClassName
{
border-color: #80C5FE;
}
</style>