Shades of Jordy Blue #71A1DD
Tints of Jordy Blue #71A1DD
RGB
CMYK
RGB Variations
Color information
#71A1DD (or 0x71A1DD) is known color: Jordy Blue. HEX triplet: 71, A1 and DD. RGB value is (113,161,221). Sum of RGB (Red+Green+Blue) = 113+161+221=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #71A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1DD is #8E5E22. Grayscale: #999999. Windows color (decimal): -9330211 or 14524785. OLE color: 14524785.
HSL color Cylindrical-coordinate representation of color #71A1DD: hue angle of 213.33º 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 #71A1DD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 161 | 221 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.13 |
| HSL | 213.33º | 0.61% | 0.65% | - |
| HSV(B) | 213.33º | 0.49% | 0.87% | - |
| XYZ | 32.61 | 34.22 | 73.29 | - |
| YUV | 153.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 221 | 0.49 | 0.27 | 0 | 0.13 | 213.33 | 0.61 | 0.65 |
| Hex | 71 | A1 | DD | 31 | 1B | 0 | D | D5 | 3D | 41 |
| Octal | 161 | 241 | 335 | 61 | 33 | 0 | 15 | 325 | 75 | 101 |
| Binary | 1110001 | 10100001 | 11011101 | 110001 | 11011 | 0 | 1101 | 11010101 | 111101 | 1000001 |
Color Harmonies of #71A1DD
Complementary color
Monochromatic Colors of #71A1DD
Black with #71A1DD
Text Example
Text Example
White with #71A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A1DD; }
p { color: rgb(113,161,221); }
H1.HeaderClassName
{
color: #71A1DD;
}
.AnyTagClassName
{
color: #71A1DD;
}
</style>
background-color css
<style>
a { background-color: #71A1DD; }
a { background-color: rgb(113,161,221); }
div.DivClassName
{
background-color: #71A1DD;
}
.BgClassName
{
background-color: #71A1DD;
}
</style>
border-color css
<style>
span { border-color: #71A1DD; }
span { border-color: rgb(113,161,221); }
td.TdClassName
{
border-color: #71A1DD;
}
.TagClassName
{
border-color: #71A1DD;
}
</style>