Shades of Jordy Blue #72ADEF
Tints of Jordy Blue #72ADEF
RGB
CMYK
RGB Variations
Color information
#72ADEF (or 0x72ADEF) is known color: Jordy Blue. HEX triplet: 72, AD and EF. RGB value is (114,173,239). Sum of RGB (Red+Green+Blue) = 114+173+239=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #72ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADEF is #8D5210. Grayscale: #A2A2A2. Windows color (decimal): -9261585 or 15707506. OLE color: 15707506.
HSL color Cylindrical-coordinate representation of color #72ADEF: hue angle of 211.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ADEF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 173 | 239 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.06 |
| HSL | 211.68º | 0.8% | 0.69% | - |
| HSV(B) | 211.68º | 0.52% | 0.94% | - |
| XYZ | 37.46 | 39.7 | 87.35 | - |
| YUV | 162.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 239 | 0.52 | 0.28 | 0 | 0.06 | 211.68 | 0.8 | 0.69 |
| Hex | 72 | AD | EF | 34 | 1C | 0 | 6 | D4 | 50 | 45 |
| Octal | 162 | 255 | 357 | 64 | 34 | 0 | 6 | 324 | 120 | 105 |
| Binary | 1110010 | 10101101 | 11101111 | 110100 | 11100 | 0 | 110 | 11010100 | 1010000 | 1000101 |
Color Harmonies of #72ADEF
Complementary color
Monochromatic Colors of #72ADEF
Black with #72ADEF
Text Example
Text Example
White with #72ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADEF; }
p { color: rgb(114,173,239); }
H1.HeaderClassName
{
color: #72ADEF;
}
.AnyTagClassName
{
color: #72ADEF;
}
</style>
background-color css
<style>
a { background-color: #72ADEF; }
a { background-color: rgb(114,173,239); }
div.DivClassName
{
background-color: #72ADEF;
}
.BgClassName
{
background-color: #72ADEF;
}
</style>
border-color css
<style>
span { border-color: #72ADEF; }
span { border-color: rgb(114,173,239); }
td.TdClassName
{
border-color: #72ADEF;
}
.TagClassName
{
border-color: #72ADEF;
}
</style>