Shades of Light Sky Blue #80E2FC
Tints of Light Sky Blue #80E2FC
RGB
CMYK
RGB Variations
Color information
#80E2FC (or 0x80E2FC) is known color: Light Sky Blue. HEX triplet: 80, E2 and FC. RGB value is (128,226,252). Sum of RGB (Red+Green+Blue) = 128+226+252=606 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.12% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #80E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E2FC is #7F1D03. Grayscale: #C7C7C7. Windows color (decimal): -8330500 or 16573056. OLE color: 16573056.
HSL color Cylindrical-coordinate representation of color #80E2FC: hue angle of 192.58º degrees, saturation: 0.95, 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 #80E2FC is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 226 | 252 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.01 |
| HSL | 192.58º | 0.95% | 0.75% | - |
| HSV(B) | 192.58º | 0.49% | 0.99% | - |
| XYZ | 53.67 | 66.01 | 102.01 | - |
| YUV | 199.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 252 | 0.49 | 0.10 | 0 | 0.01 | 192.58 | 0.95 | 0.75 |
| Hex | 80 | E2 | FC | 31 | A | 0 | 1 | C1 | 5F | 4B |
| Octal | 200 | 342 | 374 | 61 | 12 | 0 | 1 | 301 | 137 | 113 |
| Binary | 10000000 | 11100010 | 11111100 | 110001 | 1010 | 0 | 1 | 11000001 | 1011111 | 1001011 |
Color Harmonies of #80E2FC
Complementary color
Monochromatic Colors of #80E2FC
Black with #80E2FC
Text Example
Text Example
White with #80E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2FC; }
p { color: rgb(128,226,252); }
H1.HeaderClassName
{
color: #80E2FC;
}
.AnyTagClassName
{
color: #80E2FC;
}
</style>
background-color css
<style>
a { background-color: #80E2FC; }
a { background-color: rgb(128,226,252); }
div.DivClassName
{
background-color: #80E2FC;
}
.BgClassName
{
background-color: #80E2FC;
}
</style>
border-color css
<style>
span { border-color: #80E2FC; }
span { border-color: rgb(128,226,252); }
td.TdClassName
{
border-color: #80E2FC;
}
.TagClassName
{
border-color: #80E2FC;
}
</style>