Shades of Light Sky Blue #80DBFB
Tints of Light Sky Blue #80DBFB
RGB
CMYK
RGB Variations
Color information
#80DBFB (or 0x80DBFB) is known color: Light Sky Blue. HEX triplet: 80, DB and FB. RGB value is (128,219,251). Sum of RGB (Red+Green+Blue) = 128+219+251=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #80DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFB is #7F2404. Grayscale: #C3C3C3. Windows color (decimal): -8332293 or 16505728. OLE color: 16505728.
HSL color Cylindrical-coordinate representation of color #80DBFB: hue angle of 195.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DBFB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 219 | 251 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.02 |
| HSL | 195.61º | 0.94% | 0.74% | - |
| HSV(B) | 195.61º | 0.49% | 0.98% | - |
| XYZ | 51.65 | 62.22 | 100.55 | - |
| YUV | 195.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 251 | 0.49 | 0.13 | 0 | 0.02 | 195.61 | 0.94 | 0.74 |
| Hex | 80 | DB | FB | 31 | D | 0 | 2 | C4 | 5E | 4A |
| Octal | 200 | 333 | 373 | 61 | 15 | 0 | 2 | 304 | 136 | 112 |
| Binary | 10000000 | 11011011 | 11111011 | 110001 | 1101 | 0 | 10 | 11000100 | 1011110 | 1001010 |
Color Harmonies of #80DBFB
Complementary color
Monochromatic Colors of #80DBFB
Black with #80DBFB
Text Example
Text Example
White with #80DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBFB; }
p { color: rgb(128,219,251); }
H1.HeaderClassName
{
color: #80DBFB;
}
.AnyTagClassName
{
color: #80DBFB;
}
</style>
background-color css
<style>
a { background-color: #80DBFB; }
a { background-color: rgb(128,219,251); }
div.DivClassName
{
background-color: #80DBFB;
}
.BgClassName
{
background-color: #80DBFB;
}
</style>
border-color css
<style>
span { border-color: #80DBFB; }
span { border-color: rgb(128,219,251); }
td.TdClassName
{
border-color: #80DBFB;
}
.TagClassName
{
border-color: #80DBFB;
}
</style>