Shades of Jordy Blue #80AADC
Tints of Jordy Blue #80AADC
RGB
CMYK
RGB Variations
Color information
#80AADC (or 0x80AADC) is known color: Jordy Blue. HEX triplet: 80, AA and DC. RGB value is (128,170,220). Sum of RGB (Red+Green+Blue) = 128+170+220=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #80AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADC is #7F5523. Grayscale: #A2A2A2. Windows color (decimal): -8344868 or 14461568. OLE color: 14461568.
HSL color Cylindrical-coordinate representation of color #80AADC: hue angle of 212.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AADC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 170 | 220 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.14 |
| HSL | 212.61º | 0.57% | 0.68% | - |
| HSV(B) | 212.61º | 0.42% | 0.86% | - |
| XYZ | 36.2 | 38.51 | 73.23 | - |
| YUV | 163.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 220 | 0.42 | 0.23 | 0 | 0.14 | 212.61 | 0.57 | 0.68 |
| Hex | 80 | AA | DC | 2A | 17 | 0 | E | D5 | 39 | 44 |
| Octal | 200 | 252 | 334 | 52 | 27 | 0 | 16 | 325 | 71 | 104 |
| Binary | 10000000 | 10101010 | 11011100 | 101010 | 10111 | 0 | 1110 | 11010101 | 111001 | 1000100 |
Color Harmonies of #80AADC
Complementary color
Monochromatic Colors of #80AADC
Black with #80AADC
Text Example
Text Example
White with #80AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AADC; }
p { color: rgb(128,170,220); }
H1.HeaderClassName
{
color: #80AADC;
}
.AnyTagClassName
{
color: #80AADC;
}
</style>
background-color css
<style>
a { background-color: #80AADC; }
a { background-color: rgb(128,170,220); }
div.DivClassName
{
background-color: #80AADC;
}
.BgClassName
{
background-color: #80AADC;
}
</style>
border-color css
<style>
span { border-color: #80AADC; }
span { border-color: rgb(128,170,220); }
td.TdClassName
{
border-color: #80AADC;
}
.TagClassName
{
border-color: #80AADC;
}
</style>