Shades of Jordy Blue #71AAED
Tints of Jordy Blue #71AAED
RGB
CMYK
RGB Variations
Color information
#71AAED (or 0x71AAED) is known color: Jordy Blue. HEX triplet: 71, AA and ED. RGB value is (113,170,237). Sum of RGB (Red+Green+Blue) = 113+170+237=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #71AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAED is #8E5512. Grayscale: #A0A0A0. Windows color (decimal): -9327891 or 15575665. OLE color: 15575665.
HSL color Cylindrical-coordinate representation of color #71AAED: hue angle of 212.42º degrees, saturation: 0.77, 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 #71AAED is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 170 | 237 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.07 |
| HSL | 212.42º | 0.78% | 0.69% | - |
| HSV(B) | 212.42º | 0.52% | 0.93% | - |
| XYZ | 36.47 | 38.37 | 85.61 | - |
| YUV | 160.6 | 171.12 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 237 | 0.52 | 0.28 | 0 | 0.07 | 212.42 | 0.78 | 0.69 |
| Hex | 71 | AA | ED | 34 | 1C | 0 | 7 | D4 | 4E | 45 |
| Octal | 161 | 252 | 355 | 64 | 34 | 0 | 7 | 324 | 116 | 105 |
| Binary | 1110001 | 10101010 | 11101101 | 110100 | 11100 | 0 | 111 | 11010100 | 1001110 | 1000101 |
Color Harmonies of #71AAED
Complementary color
Monochromatic Colors of #71AAED
Black with #71AAED
Text Example
Text Example
White with #71AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AAED; }
p { color: rgb(113,170,237); }
H1.HeaderClassName
{
color: #71AAED;
}
.AnyTagClassName
{
color: #71AAED;
}
</style>
background-color css
<style>
a { background-color: #71AAED; }
a { background-color: rgb(113,170,237); }
div.DivClassName
{
background-color: #71AAED;
}
.BgClassName
{
background-color: #71AAED;
}
</style>
border-color css
<style>
span { border-color: #71AAED; }
span { border-color: rgb(113,170,237); }
td.TdClassName
{
border-color: #71AAED;
}
.TagClassName
{
border-color: #71AAED;
}
</style>