Shades of Sky Blue #80CAE6
Tints of Sky Blue #80CAE6
RGB
CMYK
RGB Variations
Color information
#80CAE6 (or 0x80CAE6) is known color: Sky Blue. HEX triplet: 80, CA and E6. RGB value is (128,202,230). Sum of RGB (Red+Green+Blue) = 128+202+230=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #80CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CAE6 is #7F3519. Grayscale: #B6B6B6. Windows color (decimal): -8336666 or 15125120. OLE color: 15125120.
HSL color Cylindrical-coordinate representation of color #80CAE6: hue angle of 196.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80CAE6 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 202 | 230 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.10 |
| HSL | 196.47º | 0.67% | 0.7% | - |
| HSV(B) | 196.47º | 0.44% | 0.9% | - |
| XYZ | 44.31 | 52.54 | 82.67 | - |
| YUV | 183.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 230 | 0.44 | 0.12 | 0 | 0.10 | 196.47 | 0.67 | 0.7 |
| Hex | 80 | CA | E6 | 2C | C | 0 | A | C4 | 43 | 46 |
| Octal | 200 | 312 | 346 | 54 | 14 | 0 | 12 | 304 | 103 | 106 |
| Binary | 10000000 | 11001010 | 11100110 | 101100 | 1100 | 0 | 1010 | 11000100 | 1000011 | 1000110 |
Color Harmonies of #80CAE6
Complementary color
Monochromatic Colors of #80CAE6
Black with #80CAE6
Text Example
Text Example
White with #80CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAE6; }
p { color: rgb(128,202,230); }
H1.HeaderClassName
{
color: #80CAE6;
}
.AnyTagClassName
{
color: #80CAE6;
}
</style>
background-color css
<style>
a { background-color: #80CAE6; }
a { background-color: rgb(128,202,230); }
div.DivClassName
{
background-color: #80CAE6;
}
.BgClassName
{
background-color: #80CAE6;
}
</style>
border-color css
<style>
span { border-color: #80CAE6; }
span { border-color: rgb(128,202,230); }
td.TdClassName
{
border-color: #80CAE6;
}
.TagClassName
{
border-color: #80CAE6;
}
</style>