Shades of Jordy Blue #83AADB
Tints of Jordy Blue #83AADB
RGB
CMYK
RGB Variations
Color information
#83AADB (or 0x83AADB) is known color: Jordy Blue. HEX triplet: 83, AA and DB. RGB value is (131,170,219). Sum of RGB (Red+Green+Blue) = 131+170+219=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #83AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADB is #7C5524. Grayscale: #A3A3A3. Windows color (decimal): -8148261 or 14396035. OLE color: 14396035.
HSL color Cylindrical-coordinate representation of color #83AADB: hue angle of 213.41º degrees, saturation: 0.55, 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 #83AADB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 170 | 219 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 213.41º | 0.55% | 0.69% | - |
| HSV(B) | 213.41º | 0.4% | 0.86% | - |
| XYZ | 36.52 | 38.69 | 72.56 | - |
| YUV | 163.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 219 | 0.40 | 0.22 | 0 | 0.14 | 213.41 | 0.55 | 0.69 |
| Hex | 83 | AA | DB | 28 | 16 | 0 | E | D5 | 37 | 45 |
| Octal | 203 | 252 | 333 | 50 | 26 | 0 | 16 | 325 | 67 | 105 |
| Binary | 10000011 | 10101010 | 11011011 | 101000 | 10110 | 0 | 1110 | 11010101 | 110111 | 1000101 |
Color Harmonies of #83AADB
Complementary color
Monochromatic Colors of #83AADB
Black with #83AADB
Text Example
Text Example
White with #83AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AADB; }
p { color: rgb(131,170,219); }
H1.HeaderClassName
{
color: #83AADB;
}
.AnyTagClassName
{
color: #83AADB;
}
</style>
background-color css
<style>
a { background-color: #83AADB; }
a { background-color: rgb(131,170,219); }
div.DivClassName
{
background-color: #83AADB;
}
.BgClassName
{
background-color: #83AADB;
}
</style>
border-color css
<style>
span { border-color: #83AADB; }
span { border-color: rgb(131,170,219); }
td.TdClassName
{
border-color: #83AADB;
}
.TagClassName
{
border-color: #83AADB;
}
</style>