Shades of Jordy Blue #72ADDC
Tints of Jordy Blue #72ADDC
RGB
CMYK
RGB Variations
Color information
#72ADDC (or 0x72ADDC) is known color: Jordy Blue. HEX triplet: 72, AD and DC. RGB value is (114,173,220). Sum of RGB (Red+Green+Blue) = 114+173+220=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #72ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADDC is #8D5223. Grayscale: #A0A0A0. Windows color (decimal): -9261604 or 14462322. OLE color: 14462322.
HSL color Cylindrical-coordinate representation of color #72ADDC: hue angle of 206.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72ADDC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 173 | 220 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.14 |
| HSL | 206.6º | 0.6% | 0.65% | - |
| HSV(B) | 206.6º | 0.48% | 0.86% | - |
| XYZ | 34.8 | 38.63 | 73.33 | - |
| YUV | 160.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 220 | 0.48 | 0.21 | 0 | 0.14 | 206.6 | 0.6 | 0.65 |
| Hex | 72 | AD | DC | 30 | 15 | 0 | E | CF | 3C | 41 |
| Octal | 162 | 255 | 334 | 60 | 25 | 0 | 16 | 317 | 74 | 101 |
| Binary | 1110010 | 10101101 | 11011100 | 110000 | 10101 | 0 | 1110 | 11001111 | 111100 | 1000001 |
Color Harmonies of #72ADDC
Complementary color
Monochromatic Colors of #72ADDC
Black with #72ADDC
Text Example
Text Example
White with #72ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADDC; }
p { color: rgb(114,173,220); }
H1.HeaderClassName
{
color: #72ADDC;
}
.AnyTagClassName
{
color: #72ADDC;
}
</style>
background-color css
<style>
a { background-color: #72ADDC; }
a { background-color: rgb(114,173,220); }
div.DivClassName
{
background-color: #72ADDC;
}
.BgClassName
{
background-color: #72ADDC;
}
</style>
border-color css
<style>
span { border-color: #72ADDC; }
span { border-color: rgb(114,173,220); }
td.TdClassName
{
border-color: #72ADDC;
}
.TagClassName
{
border-color: #72ADDC;
}
</style>