Shades of Jordy Blue #72ABE6
Tints of Jordy Blue #72ABE6
RGB
CMYK
RGB Variations
Color information
#72ABE6 (or 0x72ABE6) is known color: Jordy Blue. HEX triplet: 72, AB and E6. RGB value is (114,171,230). Sum of RGB (Red+Green+Blue) = 114+171+230=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #72ABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABE6 is #8D5419. Grayscale: #A0A0A0. Windows color (decimal): -9262106 or 15117170. OLE color: 15117170.
HSL color Cylindrical-coordinate representation of color #72ABE6: hue angle of 210.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72ABE6 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 171 | 230 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.10 |
| HSL | 210.52º | 0.7% | 0.67% | - |
| HSV(B) | 210.52º | 0.5% | 0.9% | - |
| XYZ | 35.79 | 38.42 | 80.39 | - |
| YUV | 160.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 230 | 0.50 | 0.26 | 0 | 0.10 | 210.52 | 0.7 | 0.67 |
| Hex | 72 | AB | E6 | 32 | 1A | 0 | A | D3 | 46 | 43 |
| Octal | 162 | 253 | 346 | 62 | 32 | 0 | 12 | 323 | 106 | 103 |
| Binary | 1110010 | 10101011 | 11100110 | 110010 | 11010 | 0 | 1010 | 11010011 | 1000110 | 1000011 |
Color Harmonies of #72ABE6
Complementary color
Monochromatic Colors of #72ABE6
Black with #72ABE6
Text Example
Text Example
White with #72ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABE6; }
p { color: rgb(114,171,230); }
H1.HeaderClassName
{
color: #72ABE6;
}
.AnyTagClassName
{
color: #72ABE6;
}
</style>
background-color css
<style>
a { background-color: #72ABE6; }
a { background-color: rgb(114,171,230); }
div.DivClassName
{
background-color: #72ABE6;
}
.BgClassName
{
background-color: #72ABE6;
}
</style>
border-color css
<style>
span { border-color: #72ABE6; }
span { border-color: rgb(114,171,230); }
td.TdClassName
{
border-color: #72ABE6;
}
.TagClassName
{
border-color: #72ABE6;
}
</style>