Shades of Jordy Blue #71A0DF
Tints of Jordy Blue #71A0DF
RGB
CMYK
RGB Variations
Color information
#71A0DF (or 0x71A0DF) is known color: Jordy Blue. HEX triplet: 71, A0 and DF. RGB value is (113,160,223). Sum of RGB (Red+Green+Blue) = 113+160+223=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #71A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A0DF is #8E5F20. Grayscale: #989898. Windows color (decimal): -9330465 or 14655601. OLE color: 14655601.
HSL color Cylindrical-coordinate representation of color #71A0DF: hue angle of 214.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A0DF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 160 | 223 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.13 |
| HSL | 214.36º | 0.63% | 0.66% | - |
| HSV(B) | 214.36º | 0.49% | 0.87% | - |
| XYZ | 32.7 | 33.98 | 74.65 | - |
| YUV | 153.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 223 | 0.49 | 0.28 | 0 | 0.13 | 214.36 | 0.63 | 0.66 |
| Hex | 71 | A0 | DF | 31 | 1C | 0 | D | D6 | 3F | 42 |
| Octal | 161 | 240 | 337 | 61 | 34 | 0 | 15 | 326 | 77 | 102 |
| Binary | 1110001 | 10100000 | 11011111 | 110001 | 11100 | 0 | 1101 | 11010110 | 111111 | 1000010 |
Color Harmonies of #71A0DF
Complementary color
Monochromatic Colors of #71A0DF
Black with #71A0DF
Text Example
Text Example
White with #71A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A0DF; }
p { color: rgb(113,160,223); }
H1.HeaderClassName
{
color: #71A0DF;
}
.AnyTagClassName
{
color: #71A0DF;
}
</style>
background-color css
<style>
a { background-color: #71A0DF; }
a { background-color: rgb(113,160,223); }
div.DivClassName
{
background-color: #71A0DF;
}
.BgClassName
{
background-color: #71A0DF;
}
</style>
border-color css
<style>
span { border-color: #71A0DF; }
span { border-color: rgb(113,160,223); }
td.TdClassName
{
border-color: #71A0DF;
}
.TagClassName
{
border-color: #71A0DF;
}
</style>