Shades of Jordy Blue #80AAEA
Tints of Jordy Blue #80AAEA
RGB
CMYK
RGB Variations
Color information
#80AAEA (or 0x80AAEA) is known color: Jordy Blue. HEX triplet: 80, AA and EA. RGB value is (128,170,234). Sum of RGB (Red+Green+Blue) = 128+170+234=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #80AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAEA is #7F5515. Grayscale: #A4A4A4. Windows color (decimal): -8344854 or 15379072. OLE color: 15379072.
HSL color Cylindrical-coordinate representation of color #80AAEA: hue angle of 216.23º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80AAEA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 170 | 234 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.08 |
| HSL | 216.23º | 0.72% | 0.71% | - |
| HSV(B) | 216.23º | 0.45% | 0.92% | - |
| XYZ | 38.13 | 39.28 | 83.41 | - |
| YUV | 164.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 234 | 0.45 | 0.27 | 0 | 0.08 | 216.23 | 0.72 | 0.71 |
| Hex | 80 | AA | EA | 2D | 1B | 0 | 8 | D8 | 48 | 47 |
| Octal | 200 | 252 | 352 | 55 | 33 | 0 | 10 | 330 | 110 | 107 |
| Binary | 10000000 | 10101010 | 11101010 | 101101 | 11011 | 0 | 1000 | 11011000 | 1001000 | 1000111 |
Color Harmonies of #80AAEA
Complementary color
Monochromatic Colors of #80AAEA
Black with #80AAEA
Text Example
Text Example
White with #80AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAEA; }
p { color: rgb(128,170,234); }
H1.HeaderClassName
{
color: #80AAEA;
}
.AnyTagClassName
{
color: #80AAEA;
}
</style>
background-color css
<style>
a { background-color: #80AAEA; }
a { background-color: rgb(128,170,234); }
div.DivClassName
{
background-color: #80AAEA;
}
.BgClassName
{
background-color: #80AAEA;
}
</style>
border-color css
<style>
span { border-color: #80AAEA; }
span { border-color: rgb(128,170,234); }
td.TdClassName
{
border-color: #80AAEA;
}
.TagClassName
{
border-color: #80AAEA;
}
</style>