Shades of Jordy Blue #71ADE1
Tints of Jordy Blue #71ADE1
RGB
CMYK
RGB Variations
Color information
#71ADE1 (or 0x71ADE1) is known color: Jordy Blue. HEX triplet: 71, AD and E1. RGB value is (113,173,225). Sum of RGB (Red+Green+Blue) = 113+173+225=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #71ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADE1 is #8E521E. Grayscale: #A0A0A0. Windows color (decimal): -9327135 or 14790001. OLE color: 14790001.
HSL color Cylindrical-coordinate representation of color #71ADE1: hue angle of 207.86º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71ADE1 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 173 | 225 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.12 |
| HSL | 207.86º | 0.65% | 0.66% | - |
| HSV(B) | 207.86º | 0.5% | 0.88% | - |
| XYZ | 35.34 | 38.83 | 76.87 | - |
| YUV | 160.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 225 | 0.50 | 0.23 | 0 | 0.12 | 207.86 | 0.65 | 0.66 |
| Hex | 71 | AD | E1 | 32 | 17 | 0 | C | D0 | 41 | 42 |
| Octal | 161 | 255 | 341 | 62 | 27 | 0 | 14 | 320 | 101 | 102 |
| Binary | 1110001 | 10101101 | 11100001 | 110010 | 10111 | 0 | 1100 | 11010000 | 1000001 | 1000010 |
Color Harmonies of #71ADE1
Complementary color
Monochromatic Colors of #71ADE1
Black with #71ADE1
Text Example
Text Example
White with #71ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADE1; }
p { color: rgb(113,173,225); }
H1.HeaderClassName
{
color: #71ADE1;
}
.AnyTagClassName
{
color: #71ADE1;
}
</style>
background-color css
<style>
a { background-color: #71ADE1; }
a { background-color: rgb(113,173,225); }
div.DivClassName
{
background-color: #71ADE1;
}
.BgClassName
{
background-color: #71ADE1;
}
</style>
border-color css
<style>
span { border-color: #71ADE1; }
span { border-color: rgb(113,173,225); }
td.TdClassName
{
border-color: #71ADE1;
}
.TagClassName
{
border-color: #71ADE1;
}
</style>