Shades of Light Sky Blue #80C8FF
Tints of Light Sky Blue #80C8FF
RGB
CMYK
RGB Variations
Color information
#80C8FF (or 0x80C8FF) is known color: Light Sky Blue. HEX triplet: 80, C8 and FF. RGB value is (128,200,255). Sum of RGB (Red+Green+Blue) = 128+200+255=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C8FF is #7F3700. Grayscale: #B8B8B8. Windows color (decimal): -8337153 or 16763008. OLE color: 16763008.
HSL color Cylindrical-coordinate representation of color #80C8FF: hue angle of 205.98º 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 #80C8FF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 200 | 255 | - |
| CMYK | 0.50 | 0.22 | 0 | 0 |
| HSL | 205.98º | 1% | 0.75% | - |
| HSV(B) | 205.98º | 0.5% | 1% | - |
| XYZ | 47.61 | 53.12 | 102.35 | - |
| YUV | 184.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 255 | 0.50 | 0.22 | 0 | 0 | 205.98 | 1 | 0.75 |
| Hex | 80 | C8 | FF | 32 | 16 | 0 | 0 | CE | 64 | 4B |
| Octal | 200 | 310 | 377 | 62 | 26 | 0 | 0 | 316 | 144 | 113 |
| Binary | 10000000 | 11001000 | 11111111 | 110010 | 10110 | 0 | 0 | 11001110 | 1100100 | 1001011 |
Color Harmonies of #80C8FF
Complementary color
Monochromatic Colors of #80C8FF
Black with #80C8FF
Text Example
Text Example
White with #80C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8FF; }
p { color: rgb(128,200,255); }
H1.HeaderClassName
{
color: #80C8FF;
}
.AnyTagClassName
{
color: #80C8FF;
}
</style>
background-color css
<style>
a { background-color: #80C8FF; }
a { background-color: rgb(128,200,255); }
div.DivClassName
{
background-color: #80C8FF;
}
.BgClassName
{
background-color: #80C8FF;
}
</style>
border-color css
<style>
span { border-color: #80C8FF; }
span { border-color: rgb(128,200,255); }
td.TdClassName
{
border-color: #80C8FF;
}
.TagClassName
{
border-color: #80C8FF;
}
</style>