Shades of Jordy Blue #72A6EC
Tints of Jordy Blue #72A6EC
RGB
CMYK
RGB Variations
Color information
#72A6EC (or 0x72A6EC) is known color: Jordy Blue. HEX triplet: 72, A6 and EC. RGB value is (114,166,236). Sum of RGB (Red+Green+Blue) = 114+166+236=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #72A6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A6EC is #8D5913. Grayscale: #9E9E9E. Windows color (decimal): -9263380 or 15509106. OLE color: 15509106.
HSL color Cylindrical-coordinate representation of color #72A6EC: hue angle of 214.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72A6EC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 166 | 236 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.07 |
| HSL | 214.43º | 0.76% | 0.69% | - |
| HSV(B) | 214.43º | 0.52% | 0.93% | - |
| XYZ | 35.72 | 36.91 | 84.6 | - |
| YUV | 158.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 236 | 0.52 | 0.30 | 0 | 0.07 | 214.43 | 0.76 | 0.69 |
| Hex | 72 | A6 | EC | 34 | 1E | 0 | 7 | D6 | 4C | 45 |
| Octal | 162 | 246 | 354 | 64 | 36 | 0 | 7 | 326 | 114 | 105 |
| Binary | 1110010 | 10100110 | 11101100 | 110100 | 11110 | 0 | 111 | 11010110 | 1001100 | 1000101 |
Color Harmonies of #72A6EC
Complementary color
Monochromatic Colors of #72A6EC
Black with #72A6EC
Text Example
Text Example
White with #72A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A6EC; }
p { color: rgb(114,166,236); }
H1.HeaderClassName
{
color: #72A6EC;
}
.AnyTagClassName
{
color: #72A6EC;
}
</style>
background-color css
<style>
a { background-color: #72A6EC; }
a { background-color: rgb(114,166,236); }
div.DivClassName
{
background-color: #72A6EC;
}
.BgClassName
{
background-color: #72A6EC;
}
</style>
border-color css
<style>
span { border-color: #72A6EC; }
span { border-color: rgb(114,166,236); }
td.TdClassName
{
border-color: #72A6EC;
}
.TagClassName
{
border-color: #72A6EC;
}
</style>