Shades of Jordy Blue #80AAD4
Tints of Jordy Blue #80AAD4
RGB
CMYK
RGB Variations
Color information
#80AAD4 (or 0x80AAD4) is known color: Jordy Blue. HEX triplet: 80, AA and D4. RGB value is (128,170,212). Sum of RGB (Red+Green+Blue) = 128+170+212=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #80AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAD4 is #7F552B. Grayscale: #A2A2A2. Windows color (decimal): -8344876 or 13937280. OLE color: 13937280.
HSL color Cylindrical-coordinate representation of color #80AAD4: hue angle of 210º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AAD4 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 170 | 212 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.17 |
| HSL | 210º | 0.49% | 0.67% | - |
| HSV(B) | 210º | 0.4% | 0.83% | - |
| XYZ | 35.16 | 38.09 | 67.79 | - |
| YUV | 162.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 212 | 0.40 | 0.20 | 0 | 0.17 | 210 | 0.49 | 0.67 |
| Hex | 80 | AA | D4 | 28 | 14 | 0 | 11 | D2 | 31 | 43 |
| Octal | 200 | 252 | 324 | 50 | 24 | 0 | 21 | 322 | 61 | 103 |
| Binary | 10000000 | 10101010 | 11010100 | 101000 | 10100 | 0 | 10001 | 11010010 | 110001 | 1000011 |
Color Harmonies of #80AAD4
Complementary color
Monochromatic Colors of #80AAD4
Black with #80AAD4
Text Example
Text Example
White with #80AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAD4; }
p { color: rgb(128,170,212); }
H1.HeaderClassName
{
color: #80AAD4;
}
.AnyTagClassName
{
color: #80AAD4;
}
</style>
background-color css
<style>
a { background-color: #80AAD4; }
a { background-color: rgb(128,170,212); }
div.DivClassName
{
background-color: #80AAD4;
}
.BgClassName
{
background-color: #80AAD4;
}
</style>
border-color css
<style>
span { border-color: #80AAD4; }
span { border-color: rgb(128,170,212); }
td.TdClassName
{
border-color: #80AAD4;
}
.TagClassName
{
border-color: #80AAD4;
}
</style>