Shades of Jordy Blue #71ADDA
Tints of Jordy Blue #71ADDA
RGB
CMYK
RGB Variations
Color information
#71ADDA (or 0x71ADDA) is known color: Jordy Blue. HEX triplet: 71, AD and DA. RGB value is (113,173,218). Sum of RGB (Red+Green+Blue) = 113+173+218=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #71ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADDA is #8E5225. Grayscale: #9F9F9F. Windows color (decimal): -9327142 or 14331249. OLE color: 14331249.
HSL color Cylindrical-coordinate representation of color #71ADDA: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71ADDA is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 173 | 218 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.15 |
| HSL | 205.71º | 0.59% | 0.65% | - |
| HSV(B) | 205.71º | 0.48% | 0.85% | - |
| XYZ | 34.41 | 38.46 | 71.94 | - |
| YUV | 160.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 218 | 0.48 | 0.21 | 0 | 0.15 | 205.71 | 0.59 | 0.65 |
| Hex | 71 | AD | DA | 30 | 15 | 0 | F | CE | 3B | 41 |
| Octal | 161 | 255 | 332 | 60 | 25 | 0 | 17 | 316 | 73 | 101 |
| Binary | 1110001 | 10101101 | 11011010 | 110000 | 10101 | 0 | 1111 | 11001110 | 111011 | 1000001 |
Color Harmonies of #71ADDA
Complementary color
Monochromatic Colors of #71ADDA
Black with #71ADDA
Text Example
Text Example
White with #71ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADDA; }
p { color: rgb(113,173,218); }
H1.HeaderClassName
{
color: #71ADDA;
}
.AnyTagClassName
{
color: #71ADDA;
}
</style>
background-color css
<style>
a { background-color: #71ADDA; }
a { background-color: rgb(113,173,218); }
div.DivClassName
{
background-color: #71ADDA;
}
.BgClassName
{
background-color: #71ADDA;
}
</style>
border-color css
<style>
span { border-color: #71ADDA; }
span { border-color: rgb(113,173,218); }
td.TdClassName
{
border-color: #71ADDA;
}
.TagClassName
{
border-color: #71ADDA;
}
</style>