Shades of Light Sky Blue #80DCFC
Tints of Light Sky Blue #80DCFC
RGB
CMYK
RGB Variations
Color information
#80DCFC (or 0x80DCFC) is known color: Light Sky Blue. HEX triplet: 80, DC and FC. RGB value is (128,220,252). Sum of RGB (Red+Green+Blue) = 128+220+252=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #80DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCFC is #7F2303. Grayscale: #C3C3C3. Windows color (decimal): -8332036 or 16571520. OLE color: 16571520.
HSL color Cylindrical-coordinate representation of color #80DCFC: hue angle of 195.48º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DCFC is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 220 | 252 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 195.48º | 0.95% | 0.75% | - |
| HSV(B) | 195.48º | 0.49% | 0.99% | - |
| XYZ | 52.07 | 62.8 | 101.47 | - |
| YUV | 196.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 252 | 0.49 | 0.13 | 0 | 0.01 | 195.48 | 0.95 | 0.75 |
| Hex | 80 | DC | FC | 31 | D | 0 | 1 | C3 | 5F | 4B |
| Octal | 200 | 334 | 374 | 61 | 15 | 0 | 1 | 303 | 137 | 113 |
| Binary | 10000000 | 11011100 | 11111100 | 110001 | 1101 | 0 | 1 | 11000011 | 1011111 | 1001011 |
Color Harmonies of #80DCFC
Complementary color
Monochromatic Colors of #80DCFC
Black with #80DCFC
Text Example
Text Example
White with #80DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCFC; }
p { color: rgb(128,220,252); }
H1.HeaderClassName
{
color: #80DCFC;
}
.AnyTagClassName
{
color: #80DCFC;
}
</style>
background-color css
<style>
a { background-color: #80DCFC; }
a { background-color: rgb(128,220,252); }
div.DivClassName
{
background-color: #80DCFC;
}
.BgClassName
{
background-color: #80DCFC;
}
</style>
border-color css
<style>
span { border-color: #80DCFC; }
span { border-color: rgb(128,220,252); }
td.TdClassName
{
border-color: #80DCFC;
}
.TagClassName
{
border-color: #80DCFC;
}
</style>