Shades of Jordy Blue #71A1DB
Tints of Jordy Blue #71A1DB
RGB
CMYK
RGB Variations
Color information
#71A1DB (or 0x71A1DB) is known color: Jordy Blue. HEX triplet: 71, A1 and DB. RGB value is (113,161,219). Sum of RGB (Red+Green+Blue) = 113+161+219=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #71A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1DB is #8E5E24. Grayscale: #989898. Windows color (decimal): -9330213 or 14393713. OLE color: 14393713.
HSL color Cylindrical-coordinate representation of color #71A1DB: hue angle of 212.83º 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 #71A1DB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 161 | 219 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.14 |
| HSL | 212.83º | 0.6% | 0.65% | - |
| HSV(B) | 212.83º | 0.48% | 0.86% | - |
| XYZ | 32.34 | 34.11 | 71.9 | - |
| YUV | 153.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 219 | 0.48 | 0.26 | 0 | 0.14 | 212.83 | 0.6 | 0.65 |
| Hex | 71 | A1 | DB | 30 | 1A | 0 | E | D5 | 3C | 41 |
| Octal | 161 | 241 | 333 | 60 | 32 | 0 | 16 | 325 | 74 | 101 |
| Binary | 1110001 | 10100001 | 11011011 | 110000 | 11010 | 0 | 1110 | 11010101 | 111100 | 1000001 |
Color Harmonies of #71A1DB
Complementary color
Monochromatic Colors of #71A1DB
Black with #71A1DB
Text Example
Text Example
White with #71A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A1DB; }
p { color: rgb(113,161,219); }
H1.HeaderClassName
{
color: #71A1DB;
}
.AnyTagClassName
{
color: #71A1DB;
}
</style>
background-color css
<style>
a { background-color: #71A1DB; }
a { background-color: rgb(113,161,219); }
div.DivClassName
{
background-color: #71A1DB;
}
.BgClassName
{
background-color: #71A1DB;
}
</style>
border-color css
<style>
span { border-color: #71A1DB; }
span { border-color: rgb(113,161,219); }
td.TdClassName
{
border-color: #71A1DB;
}
.TagClassName
{
border-color: #71A1DB;
}
</style>