Shades of Light Sky Blue #80D0FF
Tints of Light Sky Blue #80D0FF
RGB
CMYK
RGB Variations
Color information
#80D0FF (or 0x80D0FF) is known color: Light Sky Blue. HEX triplet: 80, D0 and FF. RGB value is (128,208,255). Sum of RGB (Red+Green+Blue) = 128+208+255=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #80D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D0FF is #7F2F00. Grayscale: #BDBDBD. Windows color (decimal): -8335105 or 16765056. OLE color: 16765056.
HSL color Cylindrical-coordinate representation of color #80D0FF: hue angle of 202.2º 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 #80D0FF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 208 | 255 | - |
| CMYK | 0.50 | 0.18 | 0 | 0 |
| HSL | 202.2º | 1% | 0.75% | - |
| HSV(B) | 202.2º | 0.5% | 1% | - |
| XYZ | 49.51 | 56.92 | 102.99 | - |
| YUV | 189.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 255 | 0.50 | 0.18 | 0 | 0 | 202.2 | 1 | 0.75 |
| Hex | 80 | D0 | FF | 32 | 12 | 0 | 0 | CA | 64 | 4B |
| Octal | 200 | 320 | 377 | 62 | 22 | 0 | 0 | 312 | 144 | 113 |
| Binary | 10000000 | 11010000 | 11111111 | 110010 | 10010 | 0 | 0 | 11001010 | 1100100 | 1001011 |
Color Harmonies of #80D0FF
Complementary color
Monochromatic Colors of #80D0FF
Black with #80D0FF
Text Example
Text Example
White with #80D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0FF; }
p { color: rgb(128,208,255); }
H1.HeaderClassName
{
color: #80D0FF;
}
.AnyTagClassName
{
color: #80D0FF;
}
</style>
background-color css
<style>
a { background-color: #80D0FF; }
a { background-color: rgb(128,208,255); }
div.DivClassName
{
background-color: #80D0FF;
}
.BgClassName
{
background-color: #80D0FF;
}
</style>
border-color css
<style>
span { border-color: #80D0FF; }
span { border-color: rgb(128,208,255); }
td.TdClassName
{
border-color: #80D0FF;
}
.TagClassName
{
border-color: #80D0FF;
}
</style>