Shades of Jordy Blue #71A8DC
Tints of Jordy Blue #71A8DC
RGB
CMYK
RGB Variations
Color information
#71A8DC (or 0x71A8DC) is known color: Jordy Blue. HEX triplet: 71, A8 and DC. RGB value is (113,168,220). Sum of RGB (Red+Green+Blue) = 113+168+220=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #71A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8DC is #8E5723. Grayscale: #9D9D9D. Windows color (decimal): -9328420 or 14461041. OLE color: 14461041.
HSL color Cylindrical-coordinate representation of color #71A8DC: hue angle of 209.16º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A8DC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 168 | 220 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.14 |
| HSL | 209.16º | 0.6% | 0.65% | - |
| HSV(B) | 209.16º | 0.49% | 0.86% | - |
| XYZ | 33.73 | 36.68 | 73.01 | - |
| YUV | 157.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 220 | 0.49 | 0.24 | 0 | 0.14 | 209.16 | 0.6 | 0.65 |
| Hex | 71 | A8 | DC | 31 | 18 | 0 | E | D1 | 3C | 41 |
| Octal | 161 | 250 | 334 | 61 | 30 | 0 | 16 | 321 | 74 | 101 |
| Binary | 1110001 | 10101000 | 11011100 | 110001 | 11000 | 0 | 1110 | 11010001 | 111100 | 1000001 |
Color Harmonies of #71A8DC
Complementary color
Monochromatic Colors of #71A8DC
Black with #71A8DC
Text Example
Text Example
White with #71A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8DC; }
p { color: rgb(113,168,220); }
H1.HeaderClassName
{
color: #71A8DC;
}
.AnyTagClassName
{
color: #71A8DC;
}
</style>
background-color css
<style>
a { background-color: #71A8DC; }
a { background-color: rgb(113,168,220); }
div.DivClassName
{
background-color: #71A8DC;
}
.BgClassName
{
background-color: #71A8DC;
}
</style>
border-color css
<style>
span { border-color: #71A8DC; }
span { border-color: rgb(113,168,220); }
td.TdClassName
{
border-color: #71A8DC;
}
.TagClassName
{
border-color: #71A8DC;
}
</style>