Shades of Jordy Blue #80AAEC
Tints of Jordy Blue #80AAEC
RGB
CMYK
RGB Variations
Color information
#80AAEC (or 0x80AAEC) is known color: Jordy Blue. HEX triplet: 80, AA and EC. RGB value is (128,170,236). Sum of RGB (Red+Green+Blue) = 128+170+236=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #80AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAEC is #7F5513. Grayscale: #A4A4A4. Windows color (decimal): -8344852 or 15510144. OLE color: 15510144.
HSL color Cylindrical-coordinate representation of color #80AAEC: hue angle of 216.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80AAEC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 170 | 236 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.07 |
| HSL | 216.67º | 0.74% | 0.71% | - |
| HSV(B) | 216.67º | 0.46% | 0.93% | - |
| XYZ | 38.42 | 39.39 | 84.94 | - |
| YUV | 164.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 236 | 0.46 | 0.28 | 0 | 0.07 | 216.67 | 0.74 | 0.71 |
| Hex | 80 | AA | EC | 2E | 1C | 0 | 7 | D9 | 4A | 47 |
| Octal | 200 | 252 | 354 | 56 | 34 | 0 | 7 | 331 | 112 | 107 |
| Binary | 10000000 | 10101010 | 11101100 | 101110 | 11100 | 0 | 111 | 11011001 | 1001010 | 1000111 |
Color Harmonies of #80AAEC
Complementary color
Monochromatic Colors of #80AAEC
Black with #80AAEC
Text Example
Text Example
White with #80AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAEC; }
p { color: rgb(128,170,236); }
H1.HeaderClassName
{
color: #80AAEC;
}
.AnyTagClassName
{
color: #80AAEC;
}
</style>
background-color css
<style>
a { background-color: #80AAEC; }
a { background-color: rgb(128,170,236); }
div.DivClassName
{
background-color: #80AAEC;
}
.BgClassName
{
background-color: #80AAEC;
}
</style>
border-color css
<style>
span { border-color: #80AAEC; }
span { border-color: rgb(128,170,236); }
td.TdClassName
{
border-color: #80AAEC;
}
.TagClassName
{
border-color: #80AAEC;
}
</style>