Shades of Light Sky Blue #80C6FF
Tints of Light Sky Blue #80C6FF
RGB
CMYK
RGB Variations
Color information
#80C6FF (or 0x80C6FF) is known color: Light Sky Blue. HEX triplet: 80, C6 and FF. RGB value is (128,198,255). Sum of RGB (Red+Green+Blue) = 128+198+255=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C6FF is #7F3900. Grayscale: #B7B7B7. Windows color (decimal): -8337665 or 16762496. OLE color: 16762496.
HSL color Cylindrical-coordinate representation of color #80C6FF: hue angle of 206.93º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C6FF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 198 | 255 | - |
| CMYK | 0.50 | 0.22 | 0 | 0 |
| HSL | 206.93º | 1% | 0.75% | - |
| HSV(B) | 206.93º | 0.5% | 1% | - |
| XYZ | 47.15 | 52.2 | 102.2 | - |
| YUV | 183.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 255 | 0.50 | 0.22 | 0 | 0 | 206.93 | 1 | 0.75 |
| Hex | 80 | C6 | FF | 32 | 16 | 0 | 0 | CF | 64 | 4B |
| Octal | 200 | 306 | 377 | 62 | 26 | 0 | 0 | 317 | 144 | 113 |
| Binary | 10000000 | 11000110 | 11111111 | 110010 | 10110 | 0 | 0 | 11001111 | 1100100 | 1001011 |
Color Harmonies of #80C6FF
Complementary color
Monochromatic Colors of #80C6FF
Black with #80C6FF
Text Example
Text Example
White with #80C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C6FF; }
p { color: rgb(128,198,255); }
H1.HeaderClassName
{
color: #80C6FF;
}
.AnyTagClassName
{
color: #80C6FF;
}
</style>
background-color css
<style>
a { background-color: #80C6FF; }
a { background-color: rgb(128,198,255); }
div.DivClassName
{
background-color: #80C6FF;
}
.BgClassName
{
background-color: #80C6FF;
}
</style>
border-color css
<style>
span { border-color: #80C6FF; }
span { border-color: rgb(128,198,255); }
td.TdClassName
{
border-color: #80C6FF;
}
.TagClassName
{
border-color: #80C6FF;
}
</style>