Shades of Jordy Blue #72ADE9
Tints of Jordy Blue #72ADE9
RGB
CMYK
RGB Variations
Color information
#72ADE9 (or 0x72ADE9) is known color: Jordy Blue. HEX triplet: 72, AD and E9. RGB value is (114,173,233). Sum of RGB (Red+Green+Blue) = 114+173+233=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #72ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADE9 is #8D5216. Grayscale: #A1A1A1. Windows color (decimal): -9261591 or 15314290. OLE color: 15314290.
HSL color Cylindrical-coordinate representation of color #72ADE9: hue angle of 210.25º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72ADE9 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 173 | 233 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.09 |
| HSL | 210.25º | 0.73% | 0.68% | - |
| HSV(B) | 210.25º | 0.51% | 0.91% | - |
| XYZ | 36.59 | 39.35 | 82.76 | - |
| YUV | 162.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 233 | 0.51 | 0.26 | 0 | 0.09 | 210.25 | 0.73 | 0.68 |
| Hex | 72 | AD | E9 | 33 | 1A | 0 | 9 | D2 | 49 | 44 |
| Octal | 162 | 255 | 351 | 63 | 32 | 0 | 11 | 322 | 111 | 104 |
| Binary | 1110010 | 10101101 | 11101001 | 110011 | 11010 | 0 | 1001 | 11010010 | 1001001 | 1000100 |
Color Harmonies of #72ADE9
Complementary color
Monochromatic Colors of #72ADE9
Black with #72ADE9
Text Example
Text Example
White with #72ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADE9; }
p { color: rgb(114,173,233); }
H1.HeaderClassName
{
color: #72ADE9;
}
.AnyTagClassName
{
color: #72ADE9;
}
</style>
background-color css
<style>
a { background-color: #72ADE9; }
a { background-color: rgb(114,173,233); }
div.DivClassName
{
background-color: #72ADE9;
}
.BgClassName
{
background-color: #72ADE9;
}
</style>
border-color css
<style>
span { border-color: #72ADE9; }
span { border-color: rgb(114,173,233); }
td.TdClassName
{
border-color: #72ADE9;
}
.TagClassName
{
border-color: #72ADE9;
}
</style>