Shades of Jordy Blue #71A8D3
Tints of Jordy Blue #71A8D3
RGB
CMYK
RGB Variations
Color information
#71A8D3 (or 0x71A8D3) is known color: Jordy Blue. HEX triplet: 71, A8 and D3. RGB value is (113,168,211). Sum of RGB (Red+Green+Blue) = 113+168+211=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #71A8D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8D3 is #8E572C. Grayscale: #9C9C9C. Windows color (decimal): -9328429 or 13871217. OLE color: 13871217.
HSL color Cylindrical-coordinate representation of color #71A8D3: hue angle of 206.33º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71A8D3 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 168 | 211 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.17 |
| HSL | 206.33º | 0.53% | 0.64% | - |
| HSV(B) | 206.33º | 0.46% | 0.83% | - |
| XYZ | 32.57 | 36.22 | 66.9 | - |
| YUV | 156.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 211 | 0.46 | 0.20 | 0 | 0.17 | 206.33 | 0.53 | 0.64 |
| Hex | 71 | A8 | D3 | 2E | 14 | 0 | 11 | CE | 35 | 40 |
| Octal | 161 | 250 | 323 | 56 | 24 | 0 | 21 | 316 | 65 | 100 |
| Binary | 1110001 | 10101000 | 11010011 | 101110 | 10100 | 0 | 10001 | 11001110 | 110101 | 1000000 |
Color Harmonies of #71A8D3
Complementary color
Monochromatic Colors of #71A8D3
Black with #71A8D3
Text Example
Text Example
White with #71A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8D3; }
p { color: rgb(113,168,211); }
H1.HeaderClassName
{
color: #71A8D3;
}
.AnyTagClassName
{
color: #71A8D3;
}
</style>
background-color css
<style>
a { background-color: #71A8D3; }
a { background-color: rgb(113,168,211); }
div.DivClassName
{
background-color: #71A8D3;
}
.BgClassName
{
background-color: #71A8D3;
}
</style>
border-color css
<style>
span { border-color: #71A8D3; }
span { border-color: rgb(113,168,211); }
td.TdClassName
{
border-color: #71A8D3;
}
.TagClassName
{
border-color: #71A8D3;
}
</style>