Shades of Light Sky Blue #80C9FC
Tints of Light Sky Blue #80C9FC
RGB
CMYK
RGB Variations
Color information
#80C9FC (or 0x80C9FC) is known color: Light Sky Blue. HEX triplet: 80, C9 and FC. RGB value is (128,201,252). Sum of RGB (Red+Green+Blue) = 128+201+252=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #80C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C9FC is #7F3603. Grayscale: #B8B8B8. Windows color (decimal): -8336900 or 16566656. OLE color: 16566656.
HSL color Cylindrical-coordinate representation of color #80C9FC: hue angle of 204.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C9FC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 201 | 252 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.01 |
| HSL | 204.68º | 0.95% | 0.75% | - |
| HSV(B) | 204.68º | 0.49% | 0.99% | - |
| XYZ | 47.36 | 53.39 | 99.9 | - |
| YUV | 184.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 252 | 0.49 | 0.20 | 0 | 0.01 | 204.68 | 0.95 | 0.75 |
| Hex | 80 | C9 | FC | 31 | 14 | 0 | 1 | CD | 5F | 4B |
| Octal | 200 | 311 | 374 | 61 | 24 | 0 | 1 | 315 | 137 | 113 |
| Binary | 10000000 | 11001001 | 11111100 | 110001 | 10100 | 0 | 1 | 11001101 | 1011111 | 1001011 |
Color Harmonies of #80C9FC
Complementary color
Monochromatic Colors of #80C9FC
Black with #80C9FC
Text Example
Text Example
White with #80C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9FC; }
p { color: rgb(128,201,252); }
H1.HeaderClassName
{
color: #80C9FC;
}
.AnyTagClassName
{
color: #80C9FC;
}
</style>
background-color css
<style>
a { background-color: #80C9FC; }
a { background-color: rgb(128,201,252); }
div.DivClassName
{
background-color: #80C9FC;
}
.BgClassName
{
background-color: #80C9FC;
}
</style>
border-color css
<style>
span { border-color: #80C9FC; }
span { border-color: rgb(128,201,252); }
td.TdClassName
{
border-color: #80C9FC;
}
.TagClassName
{
border-color: #80C9FC;
}
</style>