Shades of Jordy Blue #71A8D6
Tints of Jordy Blue #71A8D6
RGB
CMYK
RGB Variations
Color information
#71A8D6 (or 0x71A8D6) is known color: Jordy Blue. HEX triplet: 71, A8 and D6. RGB value is (113,168,214). Sum of RGB (Red+Green+Blue) = 113+168+214=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #71A8D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8D6 is #8E5729. Grayscale: #9C9C9C. Windows color (decimal): -9328426 or 14067825. OLE color: 14067825.
HSL color Cylindrical-coordinate representation of color #71A8D6: hue angle of 207.33º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71A8D6 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 168 | 214 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.16 |
| HSL | 207.33º | 0.55% | 0.64% | - |
| HSV(B) | 207.33º | 0.47% | 0.84% | - |
| XYZ | 32.95 | 36.37 | 68.9 | - |
| YUV | 156.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 214 | 0.47 | 0.21 | 0 | 0.16 | 207.33 | 0.55 | 0.64 |
| Hex | 71 | A8 | D6 | 2F | 15 | 0 | 10 | CF | 37 | 40 |
| Octal | 161 | 250 | 326 | 57 | 25 | 0 | 20 | 317 | 67 | 100 |
| Binary | 1110001 | 10101000 | 11010110 | 101111 | 10101 | 0 | 10000 | 11001111 | 110111 | 1000000 |
Color Harmonies of #71A8D6
Complementary color
Monochromatic Colors of #71A8D6
Black with #71A8D6
Text Example
Text Example
White with #71A8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8D6; }
p { color: rgb(113,168,214); }
H1.HeaderClassName
{
color: #71A8D6;
}
.AnyTagClassName
{
color: #71A8D6;
}
</style>
background-color css
<style>
a { background-color: #71A8D6; }
a { background-color: rgb(113,168,214); }
div.DivClassName
{
background-color: #71A8D6;
}
.BgClassName
{
background-color: #71A8D6;
}
</style>
border-color css
<style>
span { border-color: #71A8D6; }
span { border-color: rgb(113,168,214); }
td.TdClassName
{
border-color: #71A8D6;
}
.TagClassName
{
border-color: #71A8D6;
}
</style>