Shades of Jordy Blue #83AADD
Tints of Jordy Blue #83AADD
RGB
CMYK
RGB Variations
Color information
#83AADD (or 0x83AADD) is known color: Jordy Blue. HEX triplet: 83, AA and DD. RGB value is (131,170,221). Sum of RGB (Red+Green+Blue) = 131+170+221=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #83AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADD is #7C5522. Grayscale: #A3A3A3. Windows color (decimal): -8148259 or 14527107. OLE color: 14527107.
HSL color Cylindrical-coordinate representation of color #83AADD: hue angle of 214º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AADD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 170 | 221 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 214º | 0.57% | 0.69% | - |
| HSV(B) | 214º | 0.41% | 0.87% | - |
| XYZ | 36.79 | 38.8 | 73.96 | - |
| YUV | 164.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 221 | 0.41 | 0.23 | 0 | 0.13 | 214 | 0.57 | 0.69 |
| Hex | 83 | AA | DD | 29 | 17 | 0 | D | D6 | 39 | 45 |
| Octal | 203 | 252 | 335 | 51 | 27 | 0 | 15 | 326 | 71 | 105 |
| Binary | 10000011 | 10101010 | 11011101 | 101001 | 10111 | 0 | 1101 | 11010110 | 111001 | 1000101 |
Color Harmonies of #83AADD
Complementary color
Monochromatic Colors of #83AADD
Black with #83AADD
Text Example
Text Example
White with #83AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AADD; }
p { color: rgb(131,170,221); }
H1.HeaderClassName
{
color: #83AADD;
}
.AnyTagClassName
{
color: #83AADD;
}
</style>
background-color css
<style>
a { background-color: #83AADD; }
a { background-color: rgb(131,170,221); }
div.DivClassName
{
background-color: #83AADD;
}
.BgClassName
{
background-color: #83AADD;
}
</style>
border-color css
<style>
span { border-color: #83AADD; }
span { border-color: rgb(131,170,221); }
td.TdClassName
{
border-color: #83AADD;
}
.TagClassName
{
border-color: #83AADD;
}
</style>