Shades of Jordy Blue #83A3DA
Tints of Jordy Blue #83A3DA
RGB
CMYK
RGB Variations
Color information
#83A3DA (or 0x83A3DA) is known color: Jordy Blue. HEX triplet: 83, A3 and DA. RGB value is (131,163,218). Sum of RGB (Red+Green+Blue) = 131+163+218=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3DA is #7C5C25. Grayscale: #9F9F9F. Windows color (decimal): -8150054 or 14328707. OLE color: 14328707.
HSL color Cylindrical-coordinate representation of color #83A3DA: hue angle of 217.93º 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 #83A3DA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 163 | 218 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.15 |
| HSL | 217.93º | 0.54% | 0.68% | - |
| HSV(B) | 217.93º | 0.4% | 0.85% | - |
| XYZ | 35.11 | 36.08 | 71.44 | - |
| YUV | 159.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 218 | 0.40 | 0.25 | 0 | 0.15 | 217.93 | 0.54 | 0.68 |
| Hex | 83 | A3 | DA | 28 | 19 | 0 | F | DA | 36 | 44 |
| Octal | 203 | 243 | 332 | 50 | 31 | 0 | 17 | 332 | 66 | 104 |
| Binary | 10000011 | 10100011 | 11011010 | 101000 | 11001 | 0 | 1111 | 11011010 | 110110 | 1000100 |
Color Harmonies of #83A3DA
Complementary color
Monochromatic Colors of #83A3DA
Black with #83A3DA
Text Example
Text Example
White with #83A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3DA; }
p { color: rgb(131,163,218); }
H1.HeaderClassName
{
color: #83A3DA;
}
.AnyTagClassName
{
color: #83A3DA;
}
</style>
background-color css
<style>
a { background-color: #83A3DA; }
a { background-color: rgb(131,163,218); }
div.DivClassName
{
background-color: #83A3DA;
}
.BgClassName
{
background-color: #83A3DA;
}
</style>
border-color css
<style>
span { border-color: #83A3DA; }
span { border-color: rgb(131,163,218); }
td.TdClassName
{
border-color: #83A3DA;
}
.TagClassName
{
border-color: #83A3DA;
}
</style>