Shades of Jordy Blue #80AAE9
Tints of Jordy Blue #80AAE9
RGB
CMYK
RGB Variations
Color information
#80AAE9 (or 0x80AAE9) is known color: Jordy Blue. HEX triplet: 80, AA and E9. RGB value is (128,170,233). Sum of RGB (Red+Green+Blue) = 128+170+233=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #80AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAE9 is #7F5516. Grayscale: #A4A4A4. Windows color (decimal): -8344855 or 15313536. OLE color: 15313536.
HSL color Cylindrical-coordinate representation of color #80AAE9: hue angle of 216º 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 #80AAE9 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 170 | 233 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.09 |
| HSL | 216º | 0.7% | 0.71% | - |
| HSV(B) | 216º | 0.45% | 0.91% | - |
| XYZ | 37.98 | 39.22 | 82.66 | - |
| YUV | 164.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 233 | 0.45 | 0.27 | 0 | 0.09 | 216 | 0.7 | 0.71 |
| Hex | 80 | AA | E9 | 2D | 1B | 0 | 9 | D8 | 46 | 47 |
| Octal | 200 | 252 | 351 | 55 | 33 | 0 | 11 | 330 | 106 | 107 |
| Binary | 10000000 | 10101010 | 11101001 | 101101 | 11011 | 0 | 1001 | 11011000 | 1000110 | 1000111 |
Color Harmonies of #80AAE9
Complementary color
Monochromatic Colors of #80AAE9
Black with #80AAE9
Text Example
Text Example
White with #80AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAE9; }
p { color: rgb(128,170,233); }
H1.HeaderClassName
{
color: #80AAE9;
}
.AnyTagClassName
{
color: #80AAE9;
}
</style>
background-color css
<style>
a { background-color: #80AAE9; }
a { background-color: rgb(128,170,233); }
div.DivClassName
{
background-color: #80AAE9;
}
.BgClassName
{
background-color: #80AAE9;
}
</style>
border-color css
<style>
span { border-color: #80AAE9; }
span { border-color: rgb(128,170,233); }
td.TdClassName
{
border-color: #80AAE9;
}
.TagClassName
{
border-color: #80AAE9;
}
</style>