Shades of Jordy Blue #72ADE3
Tints of Jordy Blue #72ADE3
RGB
CMYK
RGB Variations
Color information
#72ADE3 (or 0x72ADE3) is known color: Jordy Blue. HEX triplet: 72, AD and E3. RGB value is (114,173,227). Sum of RGB (Red+Green+Blue) = 114+173+227=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #72ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADE3 is #8D521C. Grayscale: #A1A1A1. Windows color (decimal): -9261597 or 14921074. OLE color: 14921074.
HSL color Cylindrical-coordinate representation of color #72ADE3: hue angle of 208.67º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72ADE3 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 173 | 227 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.11 |
| HSL | 208.67º | 0.67% | 0.67% | - |
| HSV(B) | 208.67º | 0.5% | 0.89% | - |
| XYZ | 35.75 | 39.01 | 78.32 | - |
| YUV | 161.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 227 | 0.50 | 0.24 | 0 | 0.11 | 208.67 | 0.67 | 0.67 |
| Hex | 72 | AD | E3 | 32 | 18 | 0 | B | D1 | 43 | 43 |
| Octal | 162 | 255 | 343 | 62 | 30 | 0 | 13 | 321 | 103 | 103 |
| Binary | 1110010 | 10101101 | 11100011 | 110010 | 11000 | 0 | 1011 | 11010001 | 1000011 | 1000011 |
Color Harmonies of #72ADE3
Complementary color
Monochromatic Colors of #72ADE3
Black with #72ADE3
Text Example
Text Example
White with #72ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADE3; }
p { color: rgb(114,173,227); }
H1.HeaderClassName
{
color: #72ADE3;
}
.AnyTagClassName
{
color: #72ADE3;
}
</style>
background-color css
<style>
a { background-color: #72ADE3; }
a { background-color: rgb(114,173,227); }
div.DivClassName
{
background-color: #72ADE3;
}
.BgClassName
{
background-color: #72ADE3;
}
</style>
border-color css
<style>
span { border-color: #72ADE3; }
span { border-color: rgb(114,173,227); }
td.TdClassName
{
border-color: #72ADE3;
}
.TagClassName
{
border-color: #72ADE3;
}
</style>