Shades of Jordy Blue #80AADB
Tints of Jordy Blue #80AADB
RGB
CMYK
RGB Variations
Color information
#80AADB (or 0x80AADB) is known color: Jordy Blue. HEX triplet: 80, AA and DB. RGB value is (128,170,219). Sum of RGB (Red+Green+Blue) = 128+170+219=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #80AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADB is #7F5524. Grayscale: #A2A2A2. Windows color (decimal): -8344869 or 14396032. OLE color: 14396032.
HSL color Cylindrical-coordinate representation of color #80AADB: hue angle of 212.31º degrees, saturation: 0.56, 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 #80AADB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 170 | 219 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.14 |
| HSL | 212.31º | 0.56% | 0.68% | - |
| HSV(B) | 212.31º | 0.42% | 0.86% | - |
| XYZ | 36.06 | 38.45 | 72.54 | - |
| YUV | 163.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 219 | 0.42 | 0.22 | 0 | 0.14 | 212.31 | 0.56 | 0.68 |
| Hex | 80 | AA | DB | 2A | 16 | 0 | E | D4 | 38 | 44 |
| Octal | 200 | 252 | 333 | 52 | 26 | 0 | 16 | 324 | 70 | 104 |
| Binary | 10000000 | 10101010 | 11011011 | 101010 | 10110 | 0 | 1110 | 11010100 | 111000 | 1000100 |
Color Harmonies of #80AADB
Complementary color
Monochromatic Colors of #80AADB
Black with #80AADB
Text Example
Text Example
White with #80AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AADB; }
p { color: rgb(128,170,219); }
H1.HeaderClassName
{
color: #80AADB;
}
.AnyTagClassName
{
color: #80AADB;
}
</style>
background-color css
<style>
a { background-color: #80AADB; }
a { background-color: rgb(128,170,219); }
div.DivClassName
{
background-color: #80AADB;
}
.BgClassName
{
background-color: #80AADB;
}
</style>
border-color css
<style>
span { border-color: #80AADB; }
span { border-color: rgb(128,170,219); }
td.TdClassName
{
border-color: #80AADB;
}
.TagClassName
{
border-color: #80AADB;
}
</style>