Shades of Sky Blue #80D2EA
Tints of Sky Blue #80D2EA
RGB
CMYK
RGB Variations
Color information
#80D2EA (or 0x80D2EA) is known color: Sky Blue. HEX triplet: 80, D2 and EA. RGB value is (128,210,234). Sum of RGB (Red+Green+Blue) = 128+210+234=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #80D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2EA is #7F2D15. Grayscale: #BCBCBC. Windows color (decimal): -8334614 or 15389312. OLE color: 15389312.
HSL color Cylindrical-coordinate representation of color #80D2EA: hue angle of 193.58º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D2EA is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 210 | 234 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.08 |
| HSL | 193.58º | 0.72% | 0.71% | - |
| HSV(B) | 193.58º | 0.45% | 0.92% | - |
| XYZ | 46.8 | 56.62 | 86.3 | - |
| YUV | 188.22 | 153.83 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 234 | 0.45 | 0.10 | 0 | 0.08 | 193.58 | 0.72 | 0.71 |
| Hex | 80 | D2 | EA | 2D | A | 0 | 8 | C2 | 48 | 47 |
| Octal | 200 | 322 | 352 | 55 | 12 | 0 | 10 | 302 | 110 | 107 |
| Binary | 10000000 | 11010010 | 11101010 | 101101 | 1010 | 0 | 1000 | 11000010 | 1001000 | 1000111 |
Color Harmonies of #80D2EA
Complementary color
Monochromatic Colors of #80D2EA
Black with #80D2EA
Text Example
Text Example
White with #80D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D2EA; }
p { color: rgb(128,210,234); }
H1.HeaderClassName
{
color: #80D2EA;
}
.AnyTagClassName
{
color: #80D2EA;
}
</style>
background-color css
<style>
a { background-color: #80D2EA; }
a { background-color: rgb(128,210,234); }
div.DivClassName
{
background-color: #80D2EA;
}
.BgClassName
{
background-color: #80D2EA;
}
</style>
border-color css
<style>
span { border-color: #80D2EA; }
span { border-color: rgb(128,210,234); }
td.TdClassName
{
border-color: #80D2EA;
}
.TagClassName
{
border-color: #80D2EA;
}
</style>