Shades of Jordy Blue #83AADC
Tints of Jordy Blue #83AADC
RGB
CMYK
RGB Variations
Color information
#83AADC (or 0x83AADC) is known color: Jordy Blue. HEX triplet: 83, AA and DC. RGB value is (131,170,220). Sum of RGB (Red+Green+Blue) = 131+170+220=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #83AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADC is #7C5523. Grayscale: #A3A3A3. Windows color (decimal): -8148260 or 14461571. OLE color: 14461571.
HSL color Cylindrical-coordinate representation of color #83AADC: hue angle of 213.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83AADC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 170 | 220 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.14 |
| HSL | 213.71º | 0.56% | 0.69% | - |
| HSV(B) | 213.71º | 0.4% | 0.86% | - |
| XYZ | 36.65 | 38.74 | 73.26 | - |
| YUV | 164.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 220 | 0.40 | 0.23 | 0 | 0.14 | 213.71 | 0.56 | 0.69 |
| Hex | 83 | AA | DC | 28 | 17 | 0 | E | D6 | 38 | 45 |
| Octal | 203 | 252 | 334 | 50 | 27 | 0 | 16 | 326 | 70 | 105 |
| Binary | 10000011 | 10101010 | 11011100 | 101000 | 10111 | 0 | 1110 | 11010110 | 111000 | 1000101 |
Color Harmonies of #83AADC
Complementary color
Monochromatic Colors of #83AADC
Black with #83AADC
Text Example
Text Example
White with #83AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AADC; }
p { color: rgb(131,170,220); }
H1.HeaderClassName
{
color: #83AADC;
}
.AnyTagClassName
{
color: #83AADC;
}
</style>
background-color css
<style>
a { background-color: #83AADC; }
a { background-color: rgb(131,170,220); }
div.DivClassName
{
background-color: #83AADC;
}
.BgClassName
{
background-color: #83AADC;
}
</style>
border-color css
<style>
span { border-color: #83AADC; }
span { border-color: rgb(131,170,220); }
td.TdClassName
{
border-color: #83AADC;
}
.TagClassName
{
border-color: #83AADC;
}
</style>