Shades of Jordy Blue #71ABDA
Tints of Jordy Blue #71ABDA
RGB
CMYK
RGB Variations
Color information
#71ABDA (or 0x71ABDA) is known color: Jordy Blue. HEX triplet: 71, AB and DA. RGB value is (113,171,218). Sum of RGB (Red+Green+Blue) = 113+171+218=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #71ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABDA is #8E5425. Grayscale: #9E9E9E. Windows color (decimal): -9327654 or 14330737. OLE color: 14330737.
HSL color Cylindrical-coordinate representation of color #71ABDA: hue angle of 206.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71ABDA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 171 | 218 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.15 |
| HSL | 206.86º | 0.59% | 0.65% | - |
| HSV(B) | 206.86º | 0.48% | 0.85% | - |
| XYZ | 34.03 | 37.7 | 71.81 | - |
| YUV | 159.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 218 | 0.48 | 0.22 | 0 | 0.15 | 206.86 | 0.59 | 0.65 |
| Hex | 71 | AB | DA | 30 | 16 | 0 | F | CF | 3B | 41 |
| Octal | 161 | 253 | 332 | 60 | 26 | 0 | 17 | 317 | 73 | 101 |
| Binary | 1110001 | 10101011 | 11011010 | 110000 | 10110 | 0 | 1111 | 11001111 | 111011 | 1000001 |
Color Harmonies of #71ABDA
Complementary color
Monochromatic Colors of #71ABDA
Black with #71ABDA
Text Example
Text Example
White with #71ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABDA; }
p { color: rgb(113,171,218); }
H1.HeaderClassName
{
color: #71ABDA;
}
.AnyTagClassName
{
color: #71ABDA;
}
</style>
background-color css
<style>
a { background-color: #71ABDA; }
a { background-color: rgb(113,171,218); }
div.DivClassName
{
background-color: #71ABDA;
}
.BgClassName
{
background-color: #71ABDA;
}
</style>
border-color css
<style>
span { border-color: #71ABDA; }
span { border-color: rgb(113,171,218); }
td.TdClassName
{
border-color: #71ABDA;
}
.TagClassName
{
border-color: #71ABDA;
}
</style>