Shades of Jordy Blue #83ADD9
Tints of Jordy Blue #83ADD9
RGB
CMYK
RGB Variations
Color information
#83ADD9 (or 0x83ADD9) is known color: Jordy Blue. HEX triplet: 83, AD and D9. RGB value is (131,173,217). Sum of RGB (Red+Green+Blue) = 131+173+217=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #83ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADD9 is #7C5226. Grayscale: #A5A5A5. Windows color (decimal): -8147495 or 14265731. OLE color: 14265731.
HSL color Cylindrical-coordinate representation of color #83ADD9: hue angle of 210.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ADD9 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 173 | 217 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.15 |
| HSL | 210.7º | 0.53% | 0.68% | - |
| HSV(B) | 210.7º | 0.4% | 0.85% | - |
| XYZ | 36.83 | 39.72 | 71.37 | - |
| YUV | 165.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 217 | 0.40 | 0.20 | 0 | 0.15 | 210.7 | 0.53 | 0.68 |
| Hex | 83 | AD | D9 | 28 | 14 | 0 | F | D3 | 35 | 44 |
| Octal | 203 | 255 | 331 | 50 | 24 | 0 | 17 | 323 | 65 | 104 |
| Binary | 10000011 | 10101101 | 11011001 | 101000 | 10100 | 0 | 1111 | 11010011 | 110101 | 1000100 |
Color Harmonies of #83ADD9
Complementary color
Monochromatic Colors of #83ADD9
Black with #83ADD9
Text Example
Text Example
White with #83ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADD9; }
p { color: rgb(131,173,217); }
H1.HeaderClassName
{
color: #83ADD9;
}
.AnyTagClassName
{
color: #83ADD9;
}
</style>
background-color css
<style>
a { background-color: #83ADD9; }
a { background-color: rgb(131,173,217); }
div.DivClassName
{
background-color: #83ADD9;
}
.BgClassName
{
background-color: #83ADD9;
}
</style>
border-color css
<style>
span { border-color: #83ADD9; }
span { border-color: rgb(131,173,217); }
td.TdClassName
{
border-color: #83ADD9;
}
.TagClassName
{
border-color: #83ADD9;
}
</style>