Shades of Light Sky Blue #80DEFF
Tints of Light Sky Blue #80DEFF
RGB
CMYK
RGB Variations
Color information
#80DEFF (or 0x80DEFF) is known color: Light Sky Blue. HEX triplet: 80, DE and FF. RGB value is (128,222,255). Sum of RGB (Red+Green+Blue) = 128+222+255=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEFF is #7F2100. Grayscale: #C5C5C5. Windows color (decimal): -8331521 or 16768640. OLE color: 16768640.
HSL color Cylindrical-coordinate representation of color #80DEFF: hue angle of 195.59º 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 #80DEFF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 222 | 255 | - |
| CMYK | 0.50 | 0.13 | 0 | 0 |
| HSL | 195.59º | 1% | 0.75% | - |
| HSV(B) | 195.59º | 0.5% | 1% | - |
| XYZ | 53.07 | 64.05 | 104.17 | - |
| YUV | 197.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 255 | 0.50 | 0.13 | 0 | 0 | 195.59 | 1 | 0.75 |
| Hex | 80 | DE | FF | 32 | D | 0 | 0 | C4 | 64 | 4B |
| Octal | 200 | 336 | 377 | 62 | 15 | 0 | 0 | 304 | 144 | 113 |
| Binary | 10000000 | 11011110 | 11111111 | 110010 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001011 |
Color Harmonies of #80DEFF
Complementary color
Monochromatic Colors of #80DEFF
Black with #80DEFF
Text Example
Text Example
White with #80DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DEFF; }
p { color: rgb(128,222,255); }
H1.HeaderClassName
{
color: #80DEFF;
}
.AnyTagClassName
{
color: #80DEFF;
}
</style>
background-color css
<style>
a { background-color: #80DEFF; }
a { background-color: rgb(128,222,255); }
div.DivClassName
{
background-color: #80DEFF;
}
.BgClassName
{
background-color: #80DEFF;
}
</style>
border-color css
<style>
span { border-color: #80DEFF; }
span { border-color: rgb(128,222,255); }
td.TdClassName
{
border-color: #80DEFF;
}
.TagClassName
{
border-color: #80DEFF;
}
</style>