Shades of Jordy Blue #80AAD5
Tints of Jordy Blue #80AAD5
RGB
CMYK
RGB Variations
Color information
#80AAD5 (or 0x80AAD5) is known color: Jordy Blue. HEX triplet: 80, AA and D5. RGB value is (128,170,213). Sum of RGB (Red+Green+Blue) = 128+170+213=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #80AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAD5 is #7F552A. Grayscale: #A2A2A2. Windows color (decimal): -8344875 or 14002816. OLE color: 14002816.
HSL color Cylindrical-coordinate representation of color #80AAD5: hue angle of 210.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AAD5 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 170 | 213 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.16 |
| HSL | 210.35º | 0.5% | 0.67% | - |
| HSV(B) | 210.35º | 0.4% | 0.84% | - |
| XYZ | 35.29 | 38.14 | 68.45 | - |
| YUV | 162.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 213 | 0.40 | 0.20 | 0 | 0.16 | 210.35 | 0.5 | 0.67 |
| Hex | 80 | AA | D5 | 28 | 14 | 0 | 10 | D2 | 32 | 43 |
| Octal | 200 | 252 | 325 | 50 | 24 | 0 | 20 | 322 | 62 | 103 |
| Binary | 10000000 | 10101010 | 11010101 | 101000 | 10100 | 0 | 10000 | 11010010 | 110010 | 1000011 |
Color Harmonies of #80AAD5
Complementary color
Monochromatic Colors of #80AAD5
Black with #80AAD5
Text Example
Text Example
White with #80AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAD5; }
p { color: rgb(128,170,213); }
H1.HeaderClassName
{
color: #80AAD5;
}
.AnyTagClassName
{
color: #80AAD5;
}
</style>
background-color css
<style>
a { background-color: #80AAD5; }
a { background-color: rgb(128,170,213); }
div.DivClassName
{
background-color: #80AAD5;
}
.BgClassName
{
background-color: #80AAD5;
}
</style>
border-color css
<style>
span { border-color: #80AAD5; }
span { border-color: rgb(128,170,213); }
td.TdClassName
{
border-color: #80AAD5;
}
.TagClassName
{
border-color: #80AAD5;
}
</style>