Shades of Jordy Blue #71ABEA
Tints of Jordy Blue #71ABEA
RGB
CMYK
RGB Variations
Color information
#71ABEA (or 0x71ABEA) is known color: Jordy Blue. HEX triplet: 71, AB and EA. RGB value is (113,171,234). Sum of RGB (Red+Green+Blue) = 113+171+234=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #71ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABEA is #8E5415. Grayscale: #A0A0A0. Windows color (decimal): -9327638 or 15379313. OLE color: 15379313.
HSL color Cylindrical-coordinate representation of color #71ABEA: hue angle of 211.24º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ABEA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 171 | 234 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.08 |
| HSL | 211.24º | 0.74% | 0.68% | - |
| HSV(B) | 211.24º | 0.52% | 0.92% | - |
| XYZ | 36.22 | 38.58 | 83.38 | - |
| YUV | 160.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 234 | 0.52 | 0.27 | 0 | 0.08 | 211.24 | 0.74 | 0.68 |
| Hex | 71 | AB | EA | 34 | 1B | 0 | 8 | D3 | 4A | 44 |
| Octal | 161 | 253 | 352 | 64 | 33 | 0 | 10 | 323 | 112 | 104 |
| Binary | 1110001 | 10101011 | 11101010 | 110100 | 11011 | 0 | 1000 | 11010011 | 1001010 | 1000100 |
Color Harmonies of #71ABEA
Complementary color
Monochromatic Colors of #71ABEA
Black with #71ABEA
Text Example
Text Example
White with #71ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABEA; }
p { color: rgb(113,171,234); }
H1.HeaderClassName
{
color: #71ABEA;
}
.AnyTagClassName
{
color: #71ABEA;
}
</style>
background-color css
<style>
a { background-color: #71ABEA; }
a { background-color: rgb(113,171,234); }
div.DivClassName
{
background-color: #71ABEA;
}
.BgClassName
{
background-color: #71ABEA;
}
</style>
border-color css
<style>
span { border-color: #71ABEA; }
span { border-color: rgb(113,171,234); }
td.TdClassName
{
border-color: #71ABEA;
}
.TagClassName
{
border-color: #71ABEA;
}
</style>