Shades of Jordy Blue #83A9DB
Tints of Jordy Blue #83A9DB
RGB
CMYK
RGB Variations
Color information
#83A9DB (or 0x83A9DB) is known color: Jordy Blue. HEX triplet: 83, A9 and DB. RGB value is (131,169,219). Sum of RGB (Red+Green+Blue) = 131+169+219=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #83A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9DB is #7C5624. Grayscale: #A3A3A3. Windows color (decimal): -8148517 or 14395779. OLE color: 14395779.
HSL color Cylindrical-coordinate representation of color #83A9DB: hue angle of 214.09º 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 #83A9DB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 169 | 219 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.14 |
| HSL | 214.09º | 0.55% | 0.69% | - |
| HSV(B) | 214.09º | 0.4% | 0.86% | - |
| XYZ | 36.33 | 38.32 | 72.5 | - |
| YUV | 163.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 219 | 0.40 | 0.23 | 0 | 0.14 | 214.09 | 0.55 | 0.69 |
| Hex | 83 | A9 | DB | 28 | 17 | 0 | E | D6 | 37 | 45 |
| Octal | 203 | 251 | 333 | 50 | 27 | 0 | 16 | 326 | 67 | 105 |
| Binary | 10000011 | 10101001 | 11011011 | 101000 | 10111 | 0 | 1110 | 11010110 | 110111 | 1000101 |
Color Harmonies of #83A9DB
Complementary color
Monochromatic Colors of #83A9DB
Black with #83A9DB
Text Example
Text Example
White with #83A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A9DB; }
p { color: rgb(131,169,219); }
H1.HeaderClassName
{
color: #83A9DB;
}
.AnyTagClassName
{
color: #83A9DB;
}
</style>
background-color css
<style>
a { background-color: #83A9DB; }
a { background-color: rgb(131,169,219); }
div.DivClassName
{
background-color: #83A9DB;
}
.BgClassName
{
background-color: #83A9DB;
}
</style>
border-color css
<style>
span { border-color: #83A9DB; }
span { border-color: rgb(131,169,219); }
td.TdClassName
{
border-color: #83A9DB;
}
.TagClassName
{
border-color: #83A9DB;
}
</style>