Shades of Light Sky Blue #80C8F6
Tints of Light Sky Blue #80C8F6
RGB
CMYK
RGB Variations
Color information
#80C8F6 (or 0x80C8F6) is known color: Light Sky Blue. HEX triplet: 80, C8 and F6. RGB value is (128,200,246). Sum of RGB (Red+Green+Blue) = 128+200+246=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #80C8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C8F6 is #7F3709. Grayscale: #B7B7B7. Windows color (decimal): -8337162 or 16173184. OLE color: 16173184.
HSL color Cylindrical-coordinate representation of color #80C8F6: hue angle of 203.39º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80C8F6 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 200 | 246 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.04 |
| HSL | 203.39º | 0.87% | 0.73% | - |
| HSV(B) | 203.39º | 0.48% | 0.96% | - |
| XYZ | 46.19 | 52.55 | 94.9 | - |
| YUV | 183.72 | 163.15 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 246 | 0.48 | 0.19 | 0 | 0.04 | 203.39 | 0.87 | 0.73 |
| Hex | 80 | C8 | F6 | 30 | 13 | 0 | 4 | CB | 57 | 49 |
| Octal | 200 | 310 | 366 | 60 | 23 | 0 | 4 | 313 | 127 | 111 |
| Binary | 10000000 | 11001000 | 11110110 | 110000 | 10011 | 0 | 100 | 11001011 | 1010111 | 1001001 |
Color Harmonies of #80C8F6
Complementary color
Monochromatic Colors of #80C8F6
Black with #80C8F6
Text Example
Text Example
White with #80C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8F6; }
p { color: rgb(128,200,246); }
H1.HeaderClassName
{
color: #80C8F6;
}
.AnyTagClassName
{
color: #80C8F6;
}
</style>
background-color css
<style>
a { background-color: #80C8F6; }
a { background-color: rgb(128,200,246); }
div.DivClassName
{
background-color: #80C8F6;
}
.BgClassName
{
background-color: #80C8F6;
}
</style>
border-color css
<style>
span { border-color: #80C8F6; }
span { border-color: rgb(128,200,246); }
td.TdClassName
{
border-color: #80C8F6;
}
.TagClassName
{
border-color: #80C8F6;
}
</style>