Shades of Jordy Blue #71ADE7
Tints of Jordy Blue #71ADE7
RGB
CMYK
RGB Variations
Color information
#71ADE7 (or 0x71ADE7) is known color: Jordy Blue. HEX triplet: 71, AD and E7. RGB value is (113,173,231). Sum of RGB (Red+Green+Blue) = 113+173+231=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #71ADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ADE7 is #8E5218. Grayscale: #A1A1A1. Windows color (decimal): -9327129 or 15183217. OLE color: 15183217.
HSL color Cylindrical-coordinate representation of color #71ADE7: hue angle of 209.49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71ADE7 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 173 | 231 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.09 |
| HSL | 209.49º | 0.71% | 0.67% | - |
| HSV(B) | 209.49º | 0.51% | 0.91% | - |
| XYZ | 36.18 | 39.17 | 81.25 | - |
| YUV | 161.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 231 | 0.51 | 0.25 | 0 | 0.09 | 209.49 | 0.71 | 0.67 |
| Hex | 71 | AD | E7 | 33 | 19 | 0 | 9 | D1 | 47 | 43 |
| Octal | 161 | 255 | 347 | 63 | 31 | 0 | 11 | 321 | 107 | 103 |
| Binary | 1110001 | 10101101 | 11100111 | 110011 | 11001 | 0 | 1001 | 11010001 | 1000111 | 1000011 |
Color Harmonies of #71ADE7
Complementary color
Monochromatic Colors of #71ADE7
Black with #71ADE7
Text Example
Text Example
White with #71ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADE7; }
p { color: rgb(113,173,231); }
H1.HeaderClassName
{
color: #71ADE7;
}
.AnyTagClassName
{
color: #71ADE7;
}
</style>
background-color css
<style>
a { background-color: #71ADE7; }
a { background-color: rgb(113,173,231); }
div.DivClassName
{
background-color: #71ADE7;
}
.BgClassName
{
background-color: #71ADE7;
}
</style>
border-color css
<style>
span { border-color: #71ADE7; }
span { border-color: rgb(113,173,231); }
td.TdClassName
{
border-color: #71ADE7;
}
.TagClassName
{
border-color: #71ADE7;
}
</style>