Shades of Jordy Blue #71ACDD
Tints of Jordy Blue #71ACDD
RGB
CMYK
RGB Variations
Color information
#71ACDD (or 0x71ACDD) is known color: Jordy Blue. HEX triplet: 71, AC and DD. RGB value is (113,172,221). Sum of RGB (Red+Green+Blue) = 113+172+221=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #71ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACDD is #8E5322. Grayscale: #9F9F9F. Windows color (decimal): -9327395 or 14527601. OLE color: 14527601.
HSL color Cylindrical-coordinate representation of color #71ACDD: hue angle of 207.22º 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 #71ACDD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 172 | 221 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.13 |
| HSL | 207.22º | 0.61% | 0.65% | - |
| HSV(B) | 207.22º | 0.49% | 0.87% | - |
| XYZ | 34.61 | 38.24 | 73.96 | - |
| YUV | 159.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 221 | 0.49 | 0.22 | 0 | 0.13 | 207.22 | 0.61 | 0.65 |
| Hex | 71 | AC | DD | 31 | 16 | 0 | D | CF | 3D | 41 |
| Octal | 161 | 254 | 335 | 61 | 26 | 0 | 15 | 317 | 75 | 101 |
| Binary | 1110001 | 10101100 | 11011101 | 110001 | 10110 | 0 | 1101 | 11001111 | 111101 | 1000001 |
Color Harmonies of #71ACDD
Complementary color
Monochromatic Colors of #71ACDD
Black with #71ACDD
Text Example
Text Example
White with #71ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ACDD; }
p { color: rgb(113,172,221); }
H1.HeaderClassName
{
color: #71ACDD;
}
.AnyTagClassName
{
color: #71ACDD;
}
</style>
background-color css
<style>
a { background-color: #71ACDD; }
a { background-color: rgb(113,172,221); }
div.DivClassName
{
background-color: #71ACDD;
}
.BgClassName
{
background-color: #71ACDD;
}
</style>
border-color css
<style>
span { border-color: #71ACDD; }
span { border-color: rgb(113,172,221); }
td.TdClassName
{
border-color: #71ACDD;
}
.TagClassName
{
border-color: #71ACDD;
}
</style>