Shades of Jordy Blue #83A6DA
Tints of Jordy Blue #83A6DA
RGB
CMYK
RGB Variations
Color information
#83A6DA (or 0x83A6DA) is known color: Jordy Blue. HEX triplet: 83, A6 and DA. RGB value is (131,166,218). Sum of RGB (Red+Green+Blue) = 131+166+218=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A6DA is #7C5925. Grayscale: #A1A1A1. Windows color (decimal): -8149286 or 14329475. OLE color: 14329475.
HSL color Cylindrical-coordinate representation of color #83A6DA: hue angle of 215.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A6DA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 166 | 218 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.15 |
| HSL | 215.86º | 0.54% | 0.68% | - |
| HSV(B) | 215.86º | 0.4% | 0.85% | - |
| XYZ | 35.65 | 37.16 | 71.62 | - |
| YUV | 161.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 218 | 0.40 | 0.24 | 0 | 0.15 | 215.86 | 0.54 | 0.68 |
| Hex | 83 | A6 | DA | 28 | 18 | 0 | F | D8 | 36 | 44 |
| Octal | 203 | 246 | 332 | 50 | 30 | 0 | 17 | 330 | 66 | 104 |
| Binary | 10000011 | 10100110 | 11011010 | 101000 | 11000 | 0 | 1111 | 11011000 | 110110 | 1000100 |
Color Harmonies of #83A6DA
Complementary color
Monochromatic Colors of #83A6DA
Black with #83A6DA
Text Example
Text Example
White with #83A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A6DA; }
p { color: rgb(131,166,218); }
H1.HeaderClassName
{
color: #83A6DA;
}
.AnyTagClassName
{
color: #83A6DA;
}
</style>
background-color css
<style>
a { background-color: #83A6DA; }
a { background-color: rgb(131,166,218); }
div.DivClassName
{
background-color: #83A6DA;
}
.BgClassName
{
background-color: #83A6DA;
}
</style>
border-color css
<style>
span { border-color: #83A6DA; }
span { border-color: rgb(131,166,218); }
td.TdClassName
{
border-color: #83A6DA;
}
.TagClassName
{
border-color: #83A6DA;
}
</style>