Shades of Jordy Blue #72ADDB
Tints of Jordy Blue #72ADDB
RGB
CMYK
RGB Variations
Color information
#72ADDB (or 0x72ADDB) is known color: Jordy Blue. HEX triplet: 72, AD and DB. RGB value is (114,173,219). Sum of RGB (Red+Green+Blue) = 114+173+219=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #72ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADDB is #8D5224. Grayscale: #A0A0A0. Windows color (decimal): -9261605 or 14396786. OLE color: 14396786.
HSL color Cylindrical-coordinate representation of color #72ADDB: hue angle of 206.29º degrees, saturation: 0.59, 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 #72ADDB is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 173 | 219 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.14 |
| HSL | 206.29º | 0.59% | 0.65% | - |
| HSV(B) | 206.29º | 0.48% | 0.86% | - |
| XYZ | 34.67 | 38.58 | 72.64 | - |
| YUV | 160.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 219 | 0.48 | 0.21 | 0 | 0.14 | 206.29 | 0.59 | 0.65 |
| Hex | 72 | AD | DB | 30 | 15 | 0 | E | CE | 3B | 41 |
| Octal | 162 | 255 | 333 | 60 | 25 | 0 | 16 | 316 | 73 | 101 |
| Binary | 1110010 | 10101101 | 11011011 | 110000 | 10101 | 0 | 1110 | 11001110 | 111011 | 1000001 |
Color Harmonies of #72ADDB
Complementary color
Monochromatic Colors of #72ADDB
Black with #72ADDB
Text Example
Text Example
White with #72ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADDB; }
p { color: rgb(114,173,219); }
H1.HeaderClassName
{
color: #72ADDB;
}
.AnyTagClassName
{
color: #72ADDB;
}
</style>
background-color css
<style>
a { background-color: #72ADDB; }
a { background-color: rgb(114,173,219); }
div.DivClassName
{
background-color: #72ADDB;
}
.BgClassName
{
background-color: #72ADDB;
}
</style>
border-color css
<style>
span { border-color: #72ADDB; }
span { border-color: rgb(114,173,219); }
td.TdClassName
{
border-color: #72ADDB;
}
.TagClassName
{
border-color: #72ADDB;
}
</style>