Shades of Jordy Blue #71A6DB
Tints of Jordy Blue #71A6DB
RGB
CMYK
RGB Variations
Color information
#71A6DB (or 0x71A6DB) is known color: Jordy Blue. HEX triplet: 71, A6 and DB. RGB value is (113,166,219). Sum of RGB (Red+Green+Blue) = 113+166+219=498 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.69% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #71A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A6DB is #8E5924. Grayscale: #9B9B9B. Windows color (decimal): -9328933 or 14394993. OLE color: 14394993.
HSL color Cylindrical-coordinate representation of color #71A6DB: hue angle of 210º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71A6DB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 166 | 219 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.14 |
| HSL | 210º | 0.6% | 0.65% | - |
| HSV(B) | 210º | 0.48% | 0.86% | - |
| XYZ | 33.23 | 35.9 | 72.2 | - |
| YUV | 156.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 219 | 0.48 | 0.24 | 0 | 0.14 | 210 | 0.6 | 0.65 |
| Hex | 71 | A6 | DB | 30 | 18 | 0 | E | D2 | 3C | 41 |
| Octal | 161 | 246 | 333 | 60 | 30 | 0 | 16 | 322 | 74 | 101 |
| Binary | 1110001 | 10100110 | 11011011 | 110000 | 11000 | 0 | 1110 | 11010010 | 111100 | 1000001 |
Color Harmonies of #71A6DB
Complementary color
Monochromatic Colors of #71A6DB
Black with #71A6DB
Text Example
Text Example
White with #71A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A6DB; }
p { color: rgb(113,166,219); }
H1.HeaderClassName
{
color: #71A6DB;
}
.AnyTagClassName
{
color: #71A6DB;
}
</style>
background-color css
<style>
a { background-color: #71A6DB; }
a { background-color: rgb(113,166,219); }
div.DivClassName
{
background-color: #71A6DB;
}
.BgClassName
{
background-color: #71A6DB;
}
</style>
border-color css
<style>
span { border-color: #71A6DB; }
span { border-color: rgb(113,166,219); }
td.TdClassName
{
border-color: #71A6DB;
}
.TagClassName
{
border-color: #71A6DB;
}
</style>