Shades of Jordy Blue #72AADB
Tints of Jordy Blue #72AADB
RGB
CMYK
RGB Variations
Color information
#72AADB (or 0x72AADB) is known color: Jordy Blue. HEX triplet: 72, AA and DB. RGB value is (114,170,219). Sum of RGB (Red+Green+Blue) = 114+170+219=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #72AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AADB is #8D5524. Grayscale: #9E9E9E. Windows color (decimal): -9262373 or 14396018. OLE color: 14396018.
HSL color Cylindrical-coordinate representation of color #72AADB: hue angle of 208º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AADB is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 170 | 219 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.14 |
| HSL | 208º | 0.59% | 0.65% | - |
| HSV(B) | 208º | 0.48% | 0.86% | - |
| XYZ | 34.1 | 37.44 | 72.45 | - |
| YUV | 158.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 219 | 0.48 | 0.22 | 0 | 0.14 | 208 | 0.59 | 0.65 |
| Hex | 72 | AA | DB | 30 | 16 | 0 | E | D0 | 3B | 41 |
| Octal | 162 | 252 | 333 | 60 | 26 | 0 | 16 | 320 | 73 | 101 |
| Binary | 1110010 | 10101010 | 11011011 | 110000 | 10110 | 0 | 1110 | 11010000 | 111011 | 1000001 |
Color Harmonies of #72AADB
Complementary color
Monochromatic Colors of #72AADB
Black with #72AADB
Text Example
Text Example
White with #72AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AADB; }
p { color: rgb(114,170,219); }
H1.HeaderClassName
{
color: #72AADB;
}
.AnyTagClassName
{
color: #72AADB;
}
</style>
background-color css
<style>
a { background-color: #72AADB; }
a { background-color: rgb(114,170,219); }
div.DivClassName
{
background-color: #72AADB;
}
.BgClassName
{
background-color: #72AADB;
}
</style>
border-color css
<style>
span { border-color: #72AADB; }
span { border-color: rgb(114,170,219); }
td.TdClassName
{
border-color: #72AADB;
}
.TagClassName
{
border-color: #72AADB;
}
</style>