Shades of Sky Blue #80E2F8
Tints of Sky Blue #80E2F8
RGB
CMYK
RGB Variations
Color information
#80E2F8 (or 0x80E2F8) is known color: Sky Blue. HEX triplet: 80, E2 and F8. RGB value is (128,226,248). Sum of RGB (Red+Green+Blue) = 128+226+248=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #80E2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E2F8 is #7F1D07. Grayscale: #C7C7C7. Windows color (decimal): -8330504 or 16310912. OLE color: 16310912.
HSL color Cylindrical-coordinate representation of color #80E2F8: hue angle of 191º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80E2F8 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 226 | 248 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.03 |
| HSL | 191º | 0.9% | 0.74% | - |
| HSV(B) | 191º | 0.48% | 0.97% | - |
| XYZ | 53.04 | 65.76 | 98.7 | - |
| YUV | 199.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 248 | 0.48 | 0.09 | 0 | 0.03 | 191 | 0.9 | 0.74 |
| Hex | 80 | E2 | F8 | 30 | 9 | 0 | 3 | BF | 5A | 4A |
| Octal | 200 | 342 | 370 | 60 | 11 | 0 | 3 | 277 | 132 | 112 |
| Binary | 10000000 | 11100010 | 11111000 | 110000 | 1001 | 0 | 11 | 10111111 | 1011010 | 1001010 |
Color Harmonies of #80E2F8
Complementary color
Monochromatic Colors of #80E2F8
Black with #80E2F8
Text Example
Text Example
White with #80E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2F8; }
p { color: rgb(128,226,248); }
H1.HeaderClassName
{
color: #80E2F8;
}
.AnyTagClassName
{
color: #80E2F8;
}
</style>
background-color css
<style>
a { background-color: #80E2F8; }
a { background-color: rgb(128,226,248); }
div.DivClassName
{
background-color: #80E2F8;
}
.BgClassName
{
background-color: #80E2F8;
}
</style>
border-color css
<style>
span { border-color: #80E2F8; }
span { border-color: rgb(128,226,248); }
td.TdClassName
{
border-color: #80E2F8;
}
.TagClassName
{
border-color: #80E2F8;
}
</style>