Shades of Jordy Blue #72ADE6
Tints of Jordy Blue #72ADE6
RGB
CMYK
RGB Variations
Color information
#72ADE6 (or 0x72ADE6) is known color: Jordy Blue. HEX triplet: 72, AD and E6. RGB value is (114,173,230). Sum of RGB (Red+Green+Blue) = 114+173+230=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #72ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADE6 is #8D5219. Grayscale: #A1A1A1. Windows color (decimal): -9261594 or 15117682. OLE color: 15117682.
HSL color Cylindrical-coordinate representation of color #72ADE6: hue angle of 209.48º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72ADE6 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 173 | 230 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.10 |
| HSL | 209.48º | 0.7% | 0.67% | - |
| HSV(B) | 209.48º | 0.5% | 0.9% | - |
| XYZ | 36.17 | 39.18 | 80.52 | - |
| YUV | 161.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 230 | 0.50 | 0.25 | 0 | 0.10 | 209.48 | 0.7 | 0.67 |
| Hex | 72 | AD | E6 | 32 | 19 | 0 | A | D1 | 46 | 43 |
| Octal | 162 | 255 | 346 | 62 | 31 | 0 | 12 | 321 | 106 | 103 |
| Binary | 1110010 | 10101101 | 11100110 | 110010 | 11001 | 0 | 1010 | 11010001 | 1000110 | 1000011 |
Color Harmonies of #72ADE6
Complementary color
Monochromatic Colors of #72ADE6
Black with #72ADE6
Text Example
Text Example
White with #72ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADE6; }
p { color: rgb(114,173,230); }
H1.HeaderClassName
{
color: #72ADE6;
}
.AnyTagClassName
{
color: #72ADE6;
}
</style>
background-color css
<style>
a { background-color: #72ADE6; }
a { background-color: rgb(114,173,230); }
div.DivClassName
{
background-color: #72ADE6;
}
.BgClassName
{
background-color: #72ADE6;
}
</style>
border-color css
<style>
span { border-color: #72ADE6; }
span { border-color: rgb(114,173,230); }
td.TdClassName
{
border-color: #72ADE6;
}
.TagClassName
{
border-color: #72ADE6;
}
</style>