Shades of Jordy Blue #72ADDD
Tints of Jordy Blue #72ADDD
RGB
CMYK
RGB Variations
Color information
#72ADDD (or 0x72ADDD) is known color: Jordy Blue. HEX triplet: 72, AD and DD. RGB value is (114,173,221). Sum of RGB (Red+Green+Blue) = 114+173+221=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #72ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADDD is #8D5222. Grayscale: #A0A0A0. Windows color (decimal): -9261603 or 14527858. OLE color: 14527858.
HSL color Cylindrical-coordinate representation of color #72ADDD: hue angle of 206.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72ADDD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 173 | 221 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.13 |
| HSL | 206.92º | 0.61% | 0.66% | - |
| HSV(B) | 206.92º | 0.48% | 0.87% | - |
| XYZ | 34.93 | 38.69 | 74.03 | - |
| YUV | 160.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 221 | 0.48 | 0.22 | 0 | 0.13 | 206.92 | 0.61 | 0.66 |
| Hex | 72 | AD | DD | 30 | 16 | 0 | D | CF | 3D | 42 |
| Octal | 162 | 255 | 335 | 60 | 26 | 0 | 15 | 317 | 75 | 102 |
| Binary | 1110010 | 10101101 | 11011101 | 110000 | 10110 | 0 | 1101 | 11001111 | 111101 | 1000010 |
Color Harmonies of #72ADDD
Complementary color
Monochromatic Colors of #72ADDD
Black with #72ADDD
Text Example
Text Example
White with #72ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADDD; }
p { color: rgb(114,173,221); }
H1.HeaderClassName
{
color: #72ADDD;
}
.AnyTagClassName
{
color: #72ADDD;
}
</style>
background-color css
<style>
a { background-color: #72ADDD; }
a { background-color: rgb(114,173,221); }
div.DivClassName
{
background-color: #72ADDD;
}
.BgClassName
{
background-color: #72ADDD;
}
</style>
border-color css
<style>
span { border-color: #72ADDD; }
span { border-color: rgb(114,173,221); }
td.TdClassName
{
border-color: #72ADDD;
}
.TagClassName
{
border-color: #72ADDD;
}
</style>