Shades of Jordy Blue #72ABDF
Tints of Jordy Blue #72ABDF
RGB
CMYK
RGB Variations
Color information
#72ABDF (or 0x72ABDF) is known color: Jordy Blue. HEX triplet: 72, AB and DF. RGB value is (114,171,223). Sum of RGB (Red+Green+Blue) = 114+171+223=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #72ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABDF is #8D5420. Grayscale: #9F9F9F. Windows color (decimal): -9262113 or 14658418. OLE color: 14658418.
HSL color Cylindrical-coordinate representation of color #72ABDF: hue angle of 208.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72ABDF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 171 | 223 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.13 |
| HSL | 208.62º | 0.63% | 0.66% | - |
| HSV(B) | 208.62º | 0.49% | 0.87% | - |
| XYZ | 34.82 | 38.03 | 75.32 | - |
| YUV | 159.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 223 | 0.49 | 0.23 | 0 | 0.13 | 208.62 | 0.63 | 0.66 |
| Hex | 72 | AB | DF | 31 | 17 | 0 | D | D1 | 3F | 42 |
| Octal | 162 | 253 | 337 | 61 | 27 | 0 | 15 | 321 | 77 | 102 |
| Binary | 1110010 | 10101011 | 11011111 | 110001 | 10111 | 0 | 1101 | 11010001 | 111111 | 1000010 |
Color Harmonies of #72ABDF
Complementary color
Monochromatic Colors of #72ABDF
Black with #72ABDF
Text Example
Text Example
White with #72ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABDF; }
p { color: rgb(114,171,223); }
H1.HeaderClassName
{
color: #72ABDF;
}
.AnyTagClassName
{
color: #72ABDF;
}
</style>
background-color css
<style>
a { background-color: #72ABDF; }
a { background-color: rgb(114,171,223); }
div.DivClassName
{
background-color: #72ABDF;
}
.BgClassName
{
background-color: #72ABDF;
}
</style>
border-color css
<style>
span { border-color: #72ABDF; }
span { border-color: rgb(114,171,223); }
td.TdClassName
{
border-color: #72ABDF;
}
.TagClassName
{
border-color: #72ABDF;
}
</style>