Shades of Sky Blue #80CBEA
Tints of Sky Blue #80CBEA
RGB
CMYK
RGB Variations
Color information
#80CBEA (or 0x80CBEA) is known color: Sky Blue. HEX triplet: 80, CB and EA. RGB value is (128,203,234). Sum of RGB (Red+Green+Blue) = 128+203+234=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #80CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBEA is #7F3415. Grayscale: #B7B7B7. Windows color (decimal): -8336406 or 15387520. OLE color: 15387520.
HSL color Cylindrical-coordinate representation of color #80CBEA: hue angle of 197.55º 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 #80CBEA is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 203 | 234 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.08 |
| HSL | 197.55º | 0.72% | 0.71% | - |
| HSV(B) | 197.55º | 0.45% | 0.92% | - |
| XYZ | 45.11 | 53.24 | 85.74 | - |
| YUV | 184.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 234 | 0.45 | 0.13 | 0 | 0.08 | 197.55 | 0.72 | 0.71 |
| Hex | 80 | CB | EA | 2D | D | 0 | 8 | C6 | 48 | 47 |
| Octal | 200 | 313 | 352 | 55 | 15 | 0 | 10 | 306 | 110 | 107 |
| Binary | 10000000 | 11001011 | 11101010 | 101101 | 1101 | 0 | 1000 | 11000110 | 1001000 | 1000111 |
Color Harmonies of #80CBEA
Complementary color
Monochromatic Colors of #80CBEA
Black with #80CBEA
Text Example
Text Example
White with #80CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBEA; }
p { color: rgb(128,203,234); }
H1.HeaderClassName
{
color: #80CBEA;
}
.AnyTagClassName
{
color: #80CBEA;
}
</style>
background-color css
<style>
a { background-color: #80CBEA; }
a { background-color: rgb(128,203,234); }
div.DivClassName
{
background-color: #80CBEA;
}
.BgClassName
{
background-color: #80CBEA;
}
</style>
border-color css
<style>
span { border-color: #80CBEA; }
span { border-color: rgb(128,203,234); }
td.TdClassName
{
border-color: #80CBEA;
}
.TagClassName
{
border-color: #80CBEA;
}
</style>