Shades of Sky Blue #80C9E6
Tints of Sky Blue #80C9E6
RGB
CMYK
RGB Variations
Color information
#80C9E6 (or 0x80C9E6) is known color: Sky Blue. HEX triplet: 80, C9 and E6. RGB value is (128,201,230). Sum of RGB (Red+Green+Blue) = 128+201+230=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #80C9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C9E6 is #7F3619. Grayscale: #B6B6B6. Windows color (decimal): -8336922 or 15124864. OLE color: 15124864.
HSL color Cylindrical-coordinate representation of color #80C9E6: hue angle of 197.06º 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 #80C9E6 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 201 | 230 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.10 |
| HSL | 197.06º | 0.67% | 0.7% | - |
| HSV(B) | 197.06º | 0.44% | 0.9% | - |
| XYZ | 44.07 | 52.08 | 82.59 | - |
| YUV | 182.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 230 | 0.44 | 0.13 | 0 | 0.10 | 197.06 | 0.67 | 0.7 |
| Hex | 80 | C9 | E6 | 2C | D | 0 | A | C5 | 43 | 46 |
| Octal | 200 | 311 | 346 | 54 | 15 | 0 | 12 | 305 | 103 | 106 |
| Binary | 10000000 | 11001001 | 11100110 | 101100 | 1101 | 0 | 1010 | 11000101 | 1000011 | 1000110 |
Color Harmonies of #80C9E6
Complementary color
Monochromatic Colors of #80C9E6
Black with #80C9E6
Text Example
Text Example
White with #80C9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9E6; }
p { color: rgb(128,201,230); }
H1.HeaderClassName
{
color: #80C9E6;
}
.AnyTagClassName
{
color: #80C9E6;
}
</style>
background-color css
<style>
a { background-color: #80C9E6; }
a { background-color: rgb(128,201,230); }
div.DivClassName
{
background-color: #80C9E6;
}
.BgClassName
{
background-color: #80C9E6;
}
</style>
border-color css
<style>
span { border-color: #80C9E6; }
span { border-color: rgb(128,201,230); }
td.TdClassName
{
border-color: #80C9E6;
}
.TagClassName
{
border-color: #80C9E6;
}
</style>