Shades of Light Sky Blue #80DBFA
Tints of Light Sky Blue #80DBFA
RGB
CMYK
RGB Variations
Color information
#80DBFA (or 0x80DBFA) is known color: Light Sky Blue. HEX triplet: 80, DB and FA. RGB value is (128,219,250). Sum of RGB (Red+Green+Blue) = 128+219+250=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #80DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFA is #7F2405. Grayscale: #C3C3C3. Windows color (decimal): -8332294 or 16440192. OLE color: 16440192.
HSL color Cylindrical-coordinate representation of color #80DBFA: hue angle of 195.25º degrees, saturation: 0.92, 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 #80DBFA is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 219 | 250 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.02 |
| HSL | 195.25º | 0.92% | 0.74% | - |
| HSV(B) | 195.25º | 0.49% | 0.98% | - |
| XYZ | 51.49 | 62.15 | 99.73 | - |
| YUV | 195.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 250 | 0.49 | 0.12 | 0 | 0.02 | 195.25 | 0.92 | 0.74 |
| Hex | 80 | DB | FA | 31 | C | 0 | 2 | C3 | 5C | 4A |
| Octal | 200 | 333 | 372 | 61 | 14 | 0 | 2 | 303 | 134 | 112 |
| Binary | 10000000 | 11011011 | 11111010 | 110001 | 1100 | 0 | 10 | 11000011 | 1011100 | 1001010 |
Color Harmonies of #80DBFA
Complementary color
Monochromatic Colors of #80DBFA
Black with #80DBFA
Text Example
Text Example
White with #80DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBFA; }
p { color: rgb(128,219,250); }
H1.HeaderClassName
{
color: #80DBFA;
}
.AnyTagClassName
{
color: #80DBFA;
}
</style>
background-color css
<style>
a { background-color: #80DBFA; }
a { background-color: rgb(128,219,250); }
div.DivClassName
{
background-color: #80DBFA;
}
.BgClassName
{
background-color: #80DBFA;
}
</style>
border-color css
<style>
span { border-color: #80DBFA; }
span { border-color: rgb(128,219,250); }
td.TdClassName
{
border-color: #80DBFA;
}
.TagClassName
{
border-color: #80DBFA;
}
</style>