Shades of Jordy Blue #80AAE5
Tints of Jordy Blue #80AAE5
RGB
CMYK
RGB Variations
Color information
#80AAE5 (or 0x80AAE5) is known color: Jordy Blue. HEX triplet: 80, AA and E5. RGB value is (128,170,229). Sum of RGB (Red+Green+Blue) = 128+170+229=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #80AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAE5 is #7F551A. Grayscale: #A3A3A3. Windows color (decimal): -8344859 or 15051392. OLE color: 15051392.
HSL color Cylindrical-coordinate representation of color #80AAE5: hue angle of 215.05º degrees, saturation: 0.66, 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 #80AAE5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 170 | 229 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.10 |
| HSL | 215.05º | 0.66% | 0.7% | - |
| HSV(B) | 215.05º | 0.44% | 0.9% | - |
| XYZ | 37.42 | 39 | 79.68 | - |
| YUV | 164.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 229 | 0.44 | 0.26 | 0 | 0.10 | 215.05 | 0.66 | 0.7 |
| Hex | 80 | AA | E5 | 2C | 1A | 0 | A | D7 | 42 | 46 |
| Octal | 200 | 252 | 345 | 54 | 32 | 0 | 12 | 327 | 102 | 106 |
| Binary | 10000000 | 10101010 | 11100101 | 101100 | 11010 | 0 | 1010 | 11010111 | 1000010 | 1000110 |
Color Harmonies of #80AAE5
Complementary color
Monochromatic Colors of #80AAE5
Black with #80AAE5
Text Example
Text Example
White with #80AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAE5; }
p { color: rgb(128,170,229); }
H1.HeaderClassName
{
color: #80AAE5;
}
.AnyTagClassName
{
color: #80AAE5;
}
</style>
background-color css
<style>
a { background-color: #80AAE5; }
a { background-color: rgb(128,170,229); }
div.DivClassName
{
background-color: #80AAE5;
}
.BgClassName
{
background-color: #80AAE5;
}
</style>
border-color css
<style>
span { border-color: #80AAE5; }
span { border-color: rgb(128,170,229); }
td.TdClassName
{
border-color: #80AAE5;
}
.TagClassName
{
border-color: #80AAE5;
}
</style>