Shades of Jordy Blue #71A8EF
Tints of Jordy Blue #71A8EF
RGB
CMYK
RGB Variations
Color information
#71A8EF (or 0x71A8EF) is known color: Jordy Blue. HEX triplet: 71, A8 and EF. RGB value is (113,168,239). Sum of RGB (Red+Green+Blue) = 113+168+239=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #71A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8EF is #8E5710. Grayscale: #9F9F9F. Windows color (decimal): -9328401 or 15706225. OLE color: 15706225.
HSL color Cylindrical-coordinate representation of color #71A8EF: hue angle of 213.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A8EF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 168 | 239 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.06 |
| HSL | 213.81º | 0.8% | 0.69% | - |
| HSV(B) | 213.81º | 0.53% | 0.94% | - |
| XYZ | 36.39 | 37.75 | 87.03 | - |
| YUV | 159.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 239 | 0.53 | 0.30 | 0 | 0.06 | 213.81 | 0.8 | 0.69 |
| Hex | 71 | A8 | EF | 35 | 1E | 0 | 6 | D6 | 50 | 45 |
| Octal | 161 | 250 | 357 | 65 | 36 | 0 | 6 | 326 | 120 | 105 |
| Binary | 1110001 | 10101000 | 11101111 | 110101 | 11110 | 0 | 110 | 11010110 | 1010000 | 1000101 |
Color Harmonies of #71A8EF
Complementary color
Monochromatic Colors of #71A8EF
Black with #71A8EF
Text Example
Text Example
White with #71A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8EF; }
p { color: rgb(113,168,239); }
H1.HeaderClassName
{
color: #71A8EF;
}
.AnyTagClassName
{
color: #71A8EF;
}
</style>
background-color css
<style>
a { background-color: #71A8EF; }
a { background-color: rgb(113,168,239); }
div.DivClassName
{
background-color: #71A8EF;
}
.BgClassName
{
background-color: #71A8EF;
}
</style>
border-color css
<style>
span { border-color: #71A8EF; }
span { border-color: rgb(113,168,239); }
td.TdClassName
{
border-color: #71A8EF;
}
.TagClassName
{
border-color: #71A8EF;
}
</style>