Shades of Sky Blue #80CBE9
Tints of Sky Blue #80CBE9
RGB
CMYK
RGB Variations
Color information
#80CBE9 (or 0x80CBE9) is known color: Sky Blue. HEX triplet: 80, CB and E9. RGB value is (128,203,233). Sum of RGB (Red+Green+Blue) = 128+203+233=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #80CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBE9 is #7F3416. Grayscale: #B7B7B7. Windows color (decimal): -8336407 or 15321984. OLE color: 15321984.
HSL color Cylindrical-coordinate representation of color #80CBE9: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CBE9 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 203 | 233 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.09 |
| HSL | 197.14º | 0.7% | 0.71% | - |
| HSV(B) | 197.14º | 0.45% | 0.91% | - |
| XYZ | 44.97 | 53.18 | 84.99 | - |
| YUV | 184 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 233 | 0.45 | 0.13 | 0 | 0.09 | 197.14 | 0.7 | 0.71 |
| Hex | 80 | CB | E9 | 2D | D | 0 | 9 | C5 | 46 | 47 |
| Octal | 200 | 313 | 351 | 55 | 15 | 0 | 11 | 305 | 106 | 107 |
| Binary | 10000000 | 11001011 | 11101001 | 101101 | 1101 | 0 | 1001 | 11000101 | 1000110 | 1000111 |
Color Harmonies of #80CBE9
Complementary color
Monochromatic Colors of #80CBE9
Black with #80CBE9
Text Example
Text Example
White with #80CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBE9; }
p { color: rgb(128,203,233); }
H1.HeaderClassName
{
color: #80CBE9;
}
.AnyTagClassName
{
color: #80CBE9;
}
</style>
background-color css
<style>
a { background-color: #80CBE9; }
a { background-color: rgb(128,203,233); }
div.DivClassName
{
background-color: #80CBE9;
}
.BgClassName
{
background-color: #80CBE9;
}
</style>
border-color css
<style>
span { border-color: #80CBE9; }
span { border-color: rgb(128,203,233); }
td.TdClassName
{
border-color: #80CBE9;
}
.TagClassName
{
border-color: #80CBE9;
}
</style>