Shades of Jordy Blue #71ADEE
Tints of Jordy Blue #71ADEE
RGB
CMYK
RGB Variations
Color information
#71ADEE (or 0x71ADEE) is known color: Jordy Blue. HEX triplet: 71, AD and EE. RGB value is (113,173,238). Sum of RGB (Red+Green+Blue) = 113+173+238=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #71ADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ADEE is #8E5211. Grayscale: #A2A2A2. Windows color (decimal): -9327122 or 15641969. OLE color: 15641969.
HSL color Cylindrical-coordinate representation of color #71ADEE: hue angle of 211.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71ADEE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 173 | 238 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.07 |
| HSL | 211.2º | 0.79% | 0.69% | - |
| HSV(B) | 211.2º | 0.53% | 0.93% | - |
| XYZ | 37.19 | 39.57 | 86.57 | - |
| YUV | 162.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 238 | 0.53 | 0.27 | 0 | 0.07 | 211.2 | 0.79 | 0.69 |
| Hex | 71 | AD | EE | 35 | 1B | 0 | 7 | D3 | 4F | 45 |
| Octal | 161 | 255 | 356 | 65 | 33 | 0 | 7 | 323 | 117 | 105 |
| Binary | 1110001 | 10101101 | 11101110 | 110101 | 11011 | 0 | 111 | 11010011 | 1001111 | 1000101 |
Color Harmonies of #71ADEE
Complementary color
Monochromatic Colors of #71ADEE
Black with #71ADEE
Text Example
Text Example
White with #71ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADEE; }
p { color: rgb(113,173,238); }
H1.HeaderClassName
{
color: #71ADEE;
}
.AnyTagClassName
{
color: #71ADEE;
}
</style>
background-color css
<style>
a { background-color: #71ADEE; }
a { background-color: rgb(113,173,238); }
div.DivClassName
{
background-color: #71ADEE;
}
.BgClassName
{
background-color: #71ADEE;
}
</style>
border-color css
<style>
span { border-color: #71ADEE; }
span { border-color: rgb(113,173,238); }
td.TdClassName
{
border-color: #71ADEE;
}
.TagClassName
{
border-color: #71ADEE;
}
</style>