Shades of Jordy Blue #71A7ED
Tints of Jordy Blue #71A7ED
RGB
CMYK
RGB Variations
Color information
#71A7ED (or 0x71A7ED) is known color: Jordy Blue. HEX triplet: 71, A7 and ED. RGB value is (113,167,237). Sum of RGB (Red+Green+Blue) = 113+167+237=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #71A7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A7ED is #8E5812. Grayscale: #9E9E9E. Windows color (decimal): -9328659 or 15574897. OLE color: 15574897.
HSL color Cylindrical-coordinate representation of color #71A7ED: hue angle of 213.87º 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 #71A7ED is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 167 | 237 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.07 |
| HSL | 213.87º | 0.78% | 0.69% | - |
| HSV(B) | 213.87º | 0.52% | 0.93% | - |
| XYZ | 35.91 | 37.26 | 85.42 | - |
| YUV | 158.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 237 | 0.52 | 0.30 | 0 | 0.07 | 213.87 | 0.78 | 0.69 |
| Hex | 71 | A7 | ED | 34 | 1E | 0 | 7 | D6 | 4E | 45 |
| Octal | 161 | 247 | 355 | 64 | 36 | 0 | 7 | 326 | 116 | 105 |
| Binary | 1110001 | 10100111 | 11101101 | 110100 | 11110 | 0 | 111 | 11010110 | 1001110 | 1000101 |
Color Harmonies of #71A7ED
Complementary color
Monochromatic Colors of #71A7ED
Black with #71A7ED
Text Example
Text Example
White with #71A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A7ED; }
p { color: rgb(113,167,237); }
H1.HeaderClassName
{
color: #71A7ED;
}
.AnyTagClassName
{
color: #71A7ED;
}
</style>
background-color css
<style>
a { background-color: #71A7ED; }
a { background-color: rgb(113,167,237); }
div.DivClassName
{
background-color: #71A7ED;
}
.BgClassName
{
background-color: #71A7ED;
}
</style>
border-color css
<style>
span { border-color: #71A7ED; }
span { border-color: rgb(113,167,237); }
td.TdClassName
{
border-color: #71A7ED;
}
.TagClassName
{
border-color: #71A7ED;
}
</style>