Shades of Jordy Blue #83A0EE
Tints of Jordy Blue #83A0EE
RGB
CMYK
RGB Variations
Color information
#83A0EE (or 0x83A0EE) is known color: Jordy Blue. HEX triplet: 83, A0 and EE. RGB value is (131,160,238). Sum of RGB (Red+Green+Blue) = 131+160+238=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #83A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0EE is #7C5F11. Grayscale: #9F9F9F. Windows color (decimal): -8150802 or 15638659. OLE color: 15638659.
HSL color Cylindrical-coordinate representation of color #83A0EE: hue angle of 223.74º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83A0EE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 160 | 238 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.07 |
| HSL | 223.74º | 0.76% | 0.72% | - |
| HSV(B) | 223.74º | 0.45% | 0.93% | - |
| XYZ | 37.36 | 36.14 | 85.9 | - |
| YUV | 160.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 238 | 0.45 | 0.33 | 0 | 0.07 | 223.74 | 0.76 | 0.72 |
| Hex | 83 | A0 | EE | 2D | 21 | 0 | 7 | E0 | 4C | 48 |
| Octal | 203 | 240 | 356 | 55 | 41 | 0 | 7 | 340 | 114 | 110 |
| Binary | 10000011 | 10100000 | 11101110 | 101101 | 100001 | 0 | 111 | 11100000 | 1001100 | 1001000 |
Color Harmonies of #83A0EE
Complementary color
Monochromatic Colors of #83A0EE
Black with #83A0EE
Text Example
Text Example
White with #83A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A0EE; }
p { color: rgb(131,160,238); }
H1.HeaderClassName
{
color: #83A0EE;
}
.AnyTagClassName
{
color: #83A0EE;
}
</style>
background-color css
<style>
a { background-color: #83A0EE; }
a { background-color: rgb(131,160,238); }
div.DivClassName
{
background-color: #83A0EE;
}
.BgClassName
{
background-color: #83A0EE;
}
</style>
border-color css
<style>
span { border-color: #83A0EE; }
span { border-color: rgb(131,160,238); }
td.TdClassName
{
border-color: #83A0EE;
}
.TagClassName
{
border-color: #83A0EE;
}
</style>