Shades of Light Sky Blue #80DAFA
Tints of Light Sky Blue #80DAFA
RGB
CMYK
RGB Variations
Color information
#80DAFA (or 0x80DAFA) is known color: Light Sky Blue. HEX triplet: 80, DA and FA. RGB value is (128,218,250). Sum of RGB (Red+Green+Blue) = 128+218+250=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #80DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAFA is #7F2505. Grayscale: #C2C2C2. Windows color (decimal): -8332550 or 16439936. OLE color: 16439936.
HSL color Cylindrical-coordinate representation of color #80DAFA: hue angle of 195.74º 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 #80DAFA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 218 | 250 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.02 |
| HSL | 195.74º | 0.92% | 0.74% | - |
| HSV(B) | 195.74º | 0.49% | 0.98% | - |
| XYZ | 51.23 | 61.63 | 99.64 | - |
| YUV | 194.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 250 | 0.49 | 0.13 | 0 | 0.02 | 195.74 | 0.92 | 0.74 |
| Hex | 80 | DA | FA | 31 | D | 0 | 2 | C4 | 5C | 4A |
| Octal | 200 | 332 | 372 | 61 | 15 | 0 | 2 | 304 | 134 | 112 |
| Binary | 10000000 | 11011010 | 11111010 | 110001 | 1101 | 0 | 10 | 11000100 | 1011100 | 1001010 |
Color Harmonies of #80DAFA
Complementary color
Monochromatic Colors of #80DAFA
Black with #80DAFA
Text Example
Text Example
White with #80DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAFA; }
p { color: rgb(128,218,250); }
H1.HeaderClassName
{
color: #80DAFA;
}
.AnyTagClassName
{
color: #80DAFA;
}
</style>
background-color css
<style>
a { background-color: #80DAFA; }
a { background-color: rgb(128,218,250); }
div.DivClassName
{
background-color: #80DAFA;
}
.BgClassName
{
background-color: #80DAFA;
}
</style>
border-color css
<style>
span { border-color: #80DAFA; }
span { border-color: rgb(128,218,250); }
td.TdClassName
{
border-color: #80DAFA;
}
.TagClassName
{
border-color: #80DAFA;
}
</style>