Shades of Jordy Blue #83A3EA
Tints of Jordy Blue #83A3EA
RGB
CMYK
RGB Variations
Color information
#83A3EA (or 0x83A3EA) is known color: Jordy Blue. HEX triplet: 83, A3 and EA. RGB value is (131,163,234). Sum of RGB (Red+Green+Blue) = 131+163+234=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #83A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A3EA is #7C5C15. Grayscale: #A1A1A1. Windows color (decimal): -8150038 or 15377283. OLE color: 15377283.
HSL color Cylindrical-coordinate representation of color #83A3EA: hue angle of 221.36º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A3EA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 163 | 234 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.08 |
| HSL | 221.36º | 0.71% | 0.72% | - |
| HSV(B) | 221.36º | 0.44% | 0.92% | - |
| XYZ | 37.31 | 36.96 | 83.01 | - |
| YUV | 161.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 234 | 0.44 | 0.30 | 0 | 0.08 | 221.36 | 0.71 | 0.72 |
| Hex | 83 | A3 | EA | 2C | 1E | 0 | 8 | DD | 47 | 48 |
| Octal | 203 | 243 | 352 | 54 | 36 | 0 | 10 | 335 | 107 | 110 |
| Binary | 10000011 | 10100011 | 11101010 | 101100 | 11110 | 0 | 1000 | 11011101 | 1000111 | 1001000 |
Color Harmonies of #83A3EA
Complementary color
Monochromatic Colors of #83A3EA
Black with #83A3EA
Text Example
Text Example
White with #83A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3EA; }
p { color: rgb(131,163,234); }
H1.HeaderClassName
{
color: #83A3EA;
}
.AnyTagClassName
{
color: #83A3EA;
}
</style>
background-color css
<style>
a { background-color: #83A3EA; }
a { background-color: rgb(131,163,234); }
div.DivClassName
{
background-color: #83A3EA;
}
.BgClassName
{
background-color: #83A3EA;
}
</style>
border-color css
<style>
span { border-color: #83A3EA; }
span { border-color: rgb(131,163,234); }
td.TdClassName
{
border-color: #83A3EA;
}
.TagClassName
{
border-color: #83A3EA;
}
</style>