Shades of Jordy Blue #83A5DB
Tints of Jordy Blue #83A5DB
RGB
CMYK
RGB Variations
Color information
#83A5DB (or 0x83A5DB) is known color: Jordy Blue. HEX triplet: 83, A5 and DB. RGB value is (131,165,219). Sum of RGB (Red+Green+Blue) = 131+165+219=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #83A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A5DB is #7C5A24. Grayscale: #A0A0A0. Windows color (decimal): -8149541 or 14394755. OLE color: 14394755.
HSL color Cylindrical-coordinate representation of color #83A5DB: hue angle of 216.82º 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 #83A5DB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 165 | 219 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.14 |
| HSL | 216.82º | 0.55% | 0.69% | - |
| HSV(B) | 216.82º | 0.4% | 0.86% | - |
| XYZ | 35.6 | 36.85 | 72.25 | - |
| YUV | 160.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 219 | 0.40 | 0.25 | 0 | 0.14 | 216.82 | 0.55 | 0.69 |
| Hex | 83 | A5 | DB | 28 | 19 | 0 | E | D9 | 37 | 45 |
| Octal | 203 | 245 | 333 | 50 | 31 | 0 | 16 | 331 | 67 | 105 |
| Binary | 10000011 | 10100101 | 11011011 | 101000 | 11001 | 0 | 1110 | 11011001 | 110111 | 1000101 |
Color Harmonies of #83A5DB
Complementary color
Monochromatic Colors of #83A5DB
Black with #83A5DB
Text Example
Text Example
White with #83A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A5DB; }
p { color: rgb(131,165,219); }
H1.HeaderClassName
{
color: #83A5DB;
}
.AnyTagClassName
{
color: #83A5DB;
}
</style>
background-color css
<style>
a { background-color: #83A5DB; }
a { background-color: rgb(131,165,219); }
div.DivClassName
{
background-color: #83A5DB;
}
.BgClassName
{
background-color: #83A5DB;
}
</style>
border-color css
<style>
span { border-color: #83A5DB; }
span { border-color: rgb(131,165,219); }
td.TdClassName
{
border-color: #83A5DB;
}
.TagClassName
{
border-color: #83A5DB;
}
</style>