Shades of Jordy Blue #71AEDD
Tints of Jordy Blue #71AEDD
RGB
CMYK
RGB Variations
Color information
#71AEDD (or 0x71AEDD) is known color: Jordy Blue. HEX triplet: 71, AE and DD. RGB value is (113,174,221). Sum of RGB (Red+Green+Blue) = 113+174+221=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #71AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEDD is #8E5122. Grayscale: #A0A0A0. Windows color (decimal): -9326883 or 14528113. OLE color: 14528113.
HSL color Cylindrical-coordinate representation of color #71AEDD: hue angle of 206.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71AEDD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 174 | 221 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.13 |
| HSL | 206.11º | 0.61% | 0.65% | - |
| HSV(B) | 206.11º | 0.49% | 0.87% | - |
| XYZ | 35 | 39 | 74.09 | - |
| YUV | 161.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 221 | 0.49 | 0.21 | 0 | 0.13 | 206.11 | 0.61 | 0.65 |
| Hex | 71 | AE | DD | 31 | 15 | 0 | D | CE | 3D | 41 |
| Octal | 161 | 256 | 335 | 61 | 25 | 0 | 15 | 316 | 75 | 101 |
| Binary | 1110001 | 10101110 | 11011101 | 110001 | 10101 | 0 | 1101 | 11001110 | 111101 | 1000001 |
Color Harmonies of #71AEDD
Complementary color
Monochromatic Colors of #71AEDD
Black with #71AEDD
Text Example
Text Example
White with #71AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEDD; }
p { color: rgb(113,174,221); }
H1.HeaderClassName
{
color: #71AEDD;
}
.AnyTagClassName
{
color: #71AEDD;
}
</style>
background-color css
<style>
a { background-color: #71AEDD; }
a { background-color: rgb(113,174,221); }
div.DivClassName
{
background-color: #71AEDD;
}
.BgClassName
{
background-color: #71AEDD;
}
</style>
border-color css
<style>
span { border-color: #71AEDD; }
span { border-color: rgb(113,174,221); }
td.TdClassName
{
border-color: #71AEDD;
}
.TagClassName
{
border-color: #71AEDD;
}
</style>