Shades of Jordy Blue #83A5EF
Tints of Jordy Blue #83A5EF
RGB
CMYK
RGB Variations
Color information
#83A5EF (or 0x83A5EF) is known color: Jordy Blue. HEX triplet: 83, A5 and EF. RGB value is (131,165,239). Sum of RGB (Red+Green+Blue) = 131+165+239=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #83A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A5EF is #7C5A10. Grayscale: #A2A2A2. Windows color (decimal): -8149521 or 15705475. OLE color: 15705475.
HSL color Cylindrical-coordinate representation of color #83A5EF: hue angle of 221.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83A5EF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 165 | 239 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.06 |
| HSL | 221.11º | 0.77% | 0.73% | - |
| HSV(B) | 221.11º | 0.45% | 0.94% | - |
| XYZ | 38.4 | 37.97 | 86.97 | - |
| YUV | 163.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 239 | 0.45 | 0.31 | 0 | 0.06 | 221.11 | 0.77 | 0.73 |
| Hex | 83 | A5 | EF | 2D | 1F | 0 | 6 | DD | 4D | 49 |
| Octal | 203 | 245 | 357 | 55 | 37 | 0 | 6 | 335 | 115 | 111 |
| Binary | 10000011 | 10100101 | 11101111 | 101101 | 11111 | 0 | 110 | 11011101 | 1001101 | 1001001 |
Color Harmonies of #83A5EF
Complementary color
Monochromatic Colors of #83A5EF
Black with #83A5EF
Text Example
Text Example
White with #83A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A5EF; }
p { color: rgb(131,165,239); }
H1.HeaderClassName
{
color: #83A5EF;
}
.AnyTagClassName
{
color: #83A5EF;
}
</style>
background-color css
<style>
a { background-color: #83A5EF; }
a { background-color: rgb(131,165,239); }
div.DivClassName
{
background-color: #83A5EF;
}
.BgClassName
{
background-color: #83A5EF;
}
</style>
border-color css
<style>
span { border-color: #83A5EF; }
span { border-color: rgb(131,165,239); }
td.TdClassName
{
border-color: #83A5EF;
}
.TagClassName
{
border-color: #83A5EF;
}
</style>