Shades of Jordy Blue #73ABEF
Tints of Jordy Blue #73ABEF
RGB
CMYK
RGB Variations
Color information
#73ABEF (or 0x73ABEF) is known color: Jordy Blue. HEX triplet: 73, AB and EF. RGB value is (115,171,239). Sum of RGB (Red+Green+Blue) = 115+171+239=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #73ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABEF is #8C5410. Grayscale: #A1A1A1. Windows color (decimal): -9196561 or 15706995. OLE color: 15706995.
HSL color Cylindrical-coordinate representation of color #73ABEF: hue angle of 212.9º degrees, saturation: 0.79, 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 #73ABEF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 171 | 239 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.06 |
| HSL | 212.9º | 0.79% | 0.69% | - |
| HSV(B) | 212.9º | 0.52% | 0.94% | - |
| XYZ | 37.21 | 39 | 87.23 | - |
| YUV | 162.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 239 | 0.52 | 0.28 | 0 | 0.06 | 212.9 | 0.79 | 0.69 |
| Hex | 73 | AB | EF | 34 | 1C | 0 | 6 | D5 | 4F | 45 |
| Octal | 163 | 253 | 357 | 64 | 34 | 0 | 6 | 325 | 117 | 105 |
| Binary | 1110011 | 10101011 | 11101111 | 110100 | 11100 | 0 | 110 | 11010101 | 1001111 | 1000101 |
Color Harmonies of #73ABEF
Complementary color
Monochromatic Colors of #73ABEF
Black with #73ABEF
Text Example
Text Example
White with #73ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABEF; }
p { color: rgb(115,171,239); }
H1.HeaderClassName
{
color: #73ABEF;
}
.AnyTagClassName
{
color: #73ABEF;
}
</style>
background-color css
<style>
a { background-color: #73ABEF; }
a { background-color: rgb(115,171,239); }
div.DivClassName
{
background-color: #73ABEF;
}
.BgClassName
{
background-color: #73ABEF;
}
</style>
border-color css
<style>
span { border-color: #73ABEF; }
span { border-color: rgb(115,171,239); }
td.TdClassName
{
border-color: #73ABEF;
}
.TagClassName
{
border-color: #73ABEF;
}
</style>