Shades of Light Sky Blue #80DBFE
Tints of Light Sky Blue #80DBFE
RGB
CMYK
RGB Variations
Color information
#80DBFE (or 0x80DBFE) is known color: Light Sky Blue. HEX triplet: 80, DB and FE. RGB value is (128,219,254). Sum of RGB (Red+Green+Blue) = 128+219+254=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #80DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFE is #7F2401. Grayscale: #C3C3C3. Windows color (decimal): -8332290 or 16702336. OLE color: 16702336.
HSL color Cylindrical-coordinate representation of color #80DBFE: hue angle of 196.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DBFE is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 219 | 254 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.00 |
| HSL | 196.67º | 0.98% | 0.75% | - |
| HSV(B) | 196.67º | 0.5% | 1% | - |
| XYZ | 52.12 | 62.41 | 103.06 | - |
| YUV | 195.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 254 | 0.50 | 0.14 | 0 | 0.00 | 196.67 | 0.98 | 0.75 |
| Hex | 80 | DB | FE | 32 | E | 0 | 0 | C5 | 62 | 4B |
| Octal | 200 | 333 | 376 | 62 | 16 | 0 | 0 | 305 | 142 | 113 |
| Binary | 10000000 | 11011011 | 11111110 | 110010 | 1110 | 0 | 0 | 11000101 | 1100010 | 1001011 |
Color Harmonies of #80DBFE
Complementary color
Monochromatic Colors of #80DBFE
Black with #80DBFE
Text Example
Text Example
White with #80DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBFE; }
p { color: rgb(128,219,254); }
H1.HeaderClassName
{
color: #80DBFE;
}
.AnyTagClassName
{
color: #80DBFE;
}
</style>
background-color css
<style>
a { background-color: #80DBFE; }
a { background-color: rgb(128,219,254); }
div.DivClassName
{
background-color: #80DBFE;
}
.BgClassName
{
background-color: #80DBFE;
}
</style>
border-color css
<style>
span { border-color: #80DBFE; }
span { border-color: rgb(128,219,254); }
td.TdClassName
{
border-color: #80DBFE;
}
.TagClassName
{
border-color: #80DBFE;
}
</style>