Shades of Jordy Blue #72ADD6
Tints of Jordy Blue #72ADD6
RGB
CMYK
RGB Variations
Color information
#72ADD6 (or 0x72ADD6) is known color: Jordy Blue. HEX triplet: 72, AD and D6. RGB value is (114,173,214). Sum of RGB (Red+Green+Blue) = 114+173+214=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #72ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADD6 is #8D5229. Grayscale: #9F9F9F. Windows color (decimal): -9261610 or 14069106. OLE color: 14069106.
HSL color Cylindrical-coordinate representation of color #72ADD6: hue angle of 204.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72ADD6 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 173 | 214 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.16 |
| HSL | 204.6º | 0.55% | 0.64% | - |
| HSV(B) | 204.6º | 0.47% | 0.84% | - |
| XYZ | 34.02 | 38.32 | 69.22 | - |
| YUV | 160.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 214 | 0.47 | 0.19 | 0 | 0.16 | 204.6 | 0.55 | 0.64 |
| Hex | 72 | AD | D6 | 2F | 13 | 0 | 10 | CD | 37 | 40 |
| Octal | 162 | 255 | 326 | 57 | 23 | 0 | 20 | 315 | 67 | 100 |
| Binary | 1110010 | 10101101 | 11010110 | 101111 | 10011 | 0 | 10000 | 11001101 | 110111 | 1000000 |
Color Harmonies of #72ADD6
Complementary color
Monochromatic Colors of #72ADD6
Black with #72ADD6
Text Example
Text Example
White with #72ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADD6; }
p { color: rgb(114,173,214); }
H1.HeaderClassName
{
color: #72ADD6;
}
.AnyTagClassName
{
color: #72ADD6;
}
</style>
background-color css
<style>
a { background-color: #72ADD6; }
a { background-color: rgb(114,173,214); }
div.DivClassName
{
background-color: #72ADD6;
}
.BgClassName
{
background-color: #72ADD6;
}
</style>
border-color css
<style>
span { border-color: #72ADD6; }
span { border-color: rgb(114,173,214); }
td.TdClassName
{
border-color: #72ADD6;
}
.TagClassName
{
border-color: #72ADD6;
}
</style>