Shades of Jordy Blue #71ADEB
Tints of Jordy Blue #71ADEB
RGB
CMYK
RGB Variations
Color information
#71ADEB (or 0x71ADEB) is known color: Jordy Blue. HEX triplet: 71, AD and EB. RGB value is (113,173,235). Sum of RGB (Red+Green+Blue) = 113+173+235=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #71ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ADEB is #8E5214. Grayscale: #A1A1A1. Windows color (decimal): -9327125 or 15445361. OLE color: 15445361.
HSL color Cylindrical-coordinate representation of color #71ADEB: hue angle of 210.49º degrees, saturation: 0.75, 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 #71ADEB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 173 | 235 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.08 |
| HSL | 210.49º | 0.75% | 0.68% | - |
| HSV(B) | 210.49º | 0.52% | 0.92% | - |
| XYZ | 36.75 | 39.4 | 84.26 | - |
| YUV | 162.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 235 | 0.52 | 0.26 | 0 | 0.08 | 210.49 | 0.75 | 0.68 |
| Hex | 71 | AD | EB | 34 | 1A | 0 | 8 | D2 | 4B | 44 |
| Octal | 161 | 255 | 353 | 64 | 32 | 0 | 10 | 322 | 113 | 104 |
| Binary | 1110001 | 10101101 | 11101011 | 110100 | 11010 | 0 | 1000 | 11010010 | 1001011 | 1000100 |
Color Harmonies of #71ADEB
Complementary color
Monochromatic Colors of #71ADEB
Black with #71ADEB
Text Example
Text Example
White with #71ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADEB; }
p { color: rgb(113,173,235); }
H1.HeaderClassName
{
color: #71ADEB;
}
.AnyTagClassName
{
color: #71ADEB;
}
</style>
background-color css
<style>
a { background-color: #71ADEB; }
a { background-color: rgb(113,173,235); }
div.DivClassName
{
background-color: #71ADEB;
}
.BgClassName
{
background-color: #71ADEB;
}
</style>
border-color css
<style>
span { border-color: #71ADEB; }
span { border-color: rgb(113,173,235); }
td.TdClassName
{
border-color: #71ADEB;
}
.TagClassName
{
border-color: #71ADEB;
}
</style>