Shades of Light Sky Blue #80D9FF
Tints of Light Sky Blue #80D9FF
RGB
CMYK
RGB Variations
Color information
#80D9FF (or 0x80D9FF) is known color: Light Sky Blue. HEX triplet: 80, D9 and FF. RGB value is (128,217,255). Sum of RGB (Red+Green+Blue) = 128+217+255=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #80D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9FF is #7F2600. Grayscale: #C2C2C2. Windows color (decimal): -8332801 or 16767360. OLE color: 16767360.
HSL color Cylindrical-coordinate representation of color #80D9FF: hue angle of 197.95º 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 #80D9FF is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 128 | 217 | 255 | - |
CMYK | 0.50 | 0.15 | 0 | 0 |
HSL | 197.95º | 1% | 0.75% | - |
HSV(B) | 197.95º | 0.5% | 1% | - |
XYZ | 51.76 | 61.43 | 103.74 | - |
YUV | 194.72 | 162.01 | 80.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 217 | 255 | 0.50 | 0.15 | 0 | 0 | 197.95 | 1 | 0.75 |
Hex | 80 | D9 | FF | 32 | F | 0 | 0 | C6 | 64 | 4B |
Octal | 200 | 331 | 377 | 62 | 17 | 0 | 0 | 306 | 144 | 113 |
Binary | 10000000 | 11011001 | 11111111 | 110010 | 1111 | 0 | 0 | 11000110 | 1100100 | 1001011 |
Color Harmonies of #80D9FF
Complementary color
Monochromatic Colors of #80D9FF
Black with #80D9FF
Text Example
Text Example
White with #80D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D9FF; }
p { color: rgb(128,217,255); }
H1.HeaderClassName
{
color: #80D9FF;
}
.AnyTagClassName
{
color: #80D9FF;
}
</style>
background-color css
<style>
a { background-color: #80D9FF; }
a { background-color: rgb(128,217,255); }
div.DivClassName
{
background-color: #80D9FF;
}
.BgClassName
{
background-color: #80D9FF;
}
</style>
border-color css
<style>
span { border-color: #80D9FF; }
span { border-color: rgb(128,217,255); }
td.TdClassName
{
border-color: #80D9FF;
}
.TagClassName
{
border-color: #80D9FF;
}
</style>