Shades of Jordy Blue #71ABDF
Tints of Jordy Blue #71ABDF
RGB
CMYK
RGB Variations
Color information
#71ABDF (or 0x71ABDF) is known color: Jordy Blue. HEX triplet: 71, AB and DF. RGB value is (113,171,223). Sum of RGB (Red+Green+Blue) = 113+171+223=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #71ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABDF is #8E5420. Grayscale: #9F9F9F. Windows color (decimal): -9327649 or 14658417. OLE color: 14658417.
HSL color Cylindrical-coordinate representation of color #71ABDF: hue angle of 208.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71ABDF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 171 | 223 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.13 |
| HSL | 208.36º | 0.63% | 0.66% | - |
| HSV(B) | 208.36º | 0.49% | 0.87% | - |
| XYZ | 34.69 | 37.96 | 75.31 | - |
| YUV | 159.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 223 | 0.49 | 0.23 | 0 | 0.13 | 208.36 | 0.63 | 0.66 |
| Hex | 71 | AB | DF | 31 | 17 | 0 | D | D0 | 3F | 42 |
| Octal | 161 | 253 | 337 | 61 | 27 | 0 | 15 | 320 | 77 | 102 |
| Binary | 1110001 | 10101011 | 11011111 | 110001 | 10111 | 0 | 1101 | 11010000 | 111111 | 1000010 |
Color Harmonies of #71ABDF
Complementary color
Monochromatic Colors of #71ABDF
Black with #71ABDF
Text Example
Text Example
White with #71ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABDF; }
p { color: rgb(113,171,223); }
H1.HeaderClassName
{
color: #71ABDF;
}
.AnyTagClassName
{
color: #71ABDF;
}
</style>
background-color css
<style>
a { background-color: #71ABDF; }
a { background-color: rgb(113,171,223); }
div.DivClassName
{
background-color: #71ABDF;
}
.BgClassName
{
background-color: #71ABDF;
}
</style>
border-color css
<style>
span { border-color: #71ABDF; }
span { border-color: rgb(113,171,223); }
td.TdClassName
{
border-color: #71ABDF;
}
.TagClassName
{
border-color: #71ABDF;
}
</style>