Shades of Light Sky Blue #80DFFF
Tints of Light Sky Blue #80DFFF
RGB
CMYK
RGB Variations
Color information
#80DFFF (or 0x80DFFF) is known color: Light Sky Blue. HEX triplet: 80, DF and FF. RGB value is (128,223,255). Sum of RGB (Red+Green+Blue) = 128+223+255=606 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.12% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFFF is #7F2000. Grayscale: #C6C6C6. Windows color (decimal): -8331265 or 16768896. OLE color: 16768896.
HSL color Cylindrical-coordinate representation of color #80DFFF: hue angle of 195.12º 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 #80DFFF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 223 | 255 | - |
| CMYK | 0.50 | 0.13 | 0 | 0 |
| HSL | 195.12º | 1% | 0.75% | - |
| HSV(B) | 195.12º | 0.5% | 1% | - |
| XYZ | 53.34 | 64.58 | 104.26 | - |
| YUV | 198.24 | 160.03 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 255 | 0.50 | 0.13 | 0 | 0 | 195.12 | 1 | 0.75 |
| Hex | 80 | DF | FF | 32 | D | 0 | 0 | C3 | 64 | 4B |
| Octal | 200 | 337 | 377 | 62 | 15 | 0 | 0 | 303 | 144 | 113 |
| Binary | 10000000 | 11011111 | 11111111 | 110010 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001011 |
Color Harmonies of #80DFFF
Complementary color
Monochromatic Colors of #80DFFF
Black with #80DFFF
Text Example
Text Example
White with #80DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFFF; }
p { color: rgb(128,223,255); }
H1.HeaderClassName
{
color: #80DFFF;
}
.AnyTagClassName
{
color: #80DFFF;
}
</style>
background-color css
<style>
a { background-color: #80DFFF; }
a { background-color: rgb(128,223,255); }
div.DivClassName
{
background-color: #80DFFF;
}
.BgClassName
{
background-color: #80DFFF;
}
</style>
border-color css
<style>
span { border-color: #80DFFF; }
span { border-color: rgb(128,223,255); }
td.TdClassName
{
border-color: #80DFFF;
}
.TagClassName
{
border-color: #80DFFF;
}
</style>