Shades of Light Sky Blue #80DCFD
Tints of Light Sky Blue #80DCFD
RGB
CMYK
RGB Variations
Color information
#80DCFD (or 0x80DCFD) is known color: Light Sky Blue. HEX triplet: 80, DC and FD. RGB value is (128,220,253). Sum of RGB (Red+Green+Blue) = 128+220+253=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #80DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCFD is #7F2302. Grayscale: #C4C4C4. Windows color (decimal): -8332035 or 16637056. OLE color: 16637056.
HSL color Cylindrical-coordinate representation of color #80DCFD: hue angle of 195.84º degrees, saturation: 0.97, 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 #80DCFD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 220 | 253 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 195.84º | 0.97% | 0.75% | - |
| HSV(B) | 195.84º | 0.49% | 0.99% | - |
| XYZ | 52.22 | 62.87 | 102.31 | - |
| YUV | 196.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 253 | 0.49 | 0.13 | 0 | 0.01 | 195.84 | 0.97 | 0.75 |
| Hex | 80 | DC | FD | 31 | D | 0 | 1 | C4 | 61 | 4B |
| Octal | 200 | 334 | 375 | 61 | 15 | 0 | 1 | 304 | 141 | 113 |
| Binary | 10000000 | 11011100 | 11111101 | 110001 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001011 |
Color Harmonies of #80DCFD
Complementary color
Monochromatic Colors of #80DCFD
Black with #80DCFD
Text Example
Text Example
White with #80DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCFD; }
p { color: rgb(128,220,253); }
H1.HeaderClassName
{
color: #80DCFD;
}
.AnyTagClassName
{
color: #80DCFD;
}
</style>
background-color css
<style>
a { background-color: #80DCFD; }
a { background-color: rgb(128,220,253); }
div.DivClassName
{
background-color: #80DCFD;
}
.BgClassName
{
background-color: #80DCFD;
}
</style>
border-color css
<style>
span { border-color: #80DCFD; }
span { border-color: rgb(128,220,253); }
td.TdClassName
{
border-color: #80DCFD;
}
.TagClassName
{
border-color: #80DCFD;
}
</style>