Shades of Jordy Blue #83ADEC
Tints of Jordy Blue #83ADEC
RGB
CMYK
RGB Variations
Color information
#83ADEC (or 0x83ADEC) is known color: Jordy Blue. HEX triplet: 83, AD and EC. RGB value is (131,173,236). Sum of RGB (Red+Green+Blue) = 131+173+236=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #83ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADEC is #7C5213. Grayscale: #A7A7A7. Windows color (decimal): -8147476 or 15510915. OLE color: 15510915.
HSL color Cylindrical-coordinate representation of color #83ADEC: hue angle of 216º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ADEC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 173 | 236 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.07 |
| HSL | 216º | 0.73% | 0.72% | - |
| HSV(B) | 216º | 0.44% | 0.93% | - |
| XYZ | 39.44 | 40.77 | 85.15 | - |
| YUV | 167.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 236 | 0.44 | 0.27 | 0 | 0.07 | 216 | 0.73 | 0.72 |
| Hex | 83 | AD | EC | 2C | 1B | 0 | 7 | D8 | 49 | 48 |
| Octal | 203 | 255 | 354 | 54 | 33 | 0 | 7 | 330 | 111 | 110 |
| Binary | 10000011 | 10101101 | 11101100 | 101100 | 11011 | 0 | 111 | 11011000 | 1001001 | 1001000 |
Color Harmonies of #83ADEC
Complementary color
Monochromatic Colors of #83ADEC
Black with #83ADEC
Text Example
Text Example
White with #83ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADEC; }
p { color: rgb(131,173,236); }
H1.HeaderClassName
{
color: #83ADEC;
}
.AnyTagClassName
{
color: #83ADEC;
}
</style>
background-color css
<style>
a { background-color: #83ADEC; }
a { background-color: rgb(131,173,236); }
div.DivClassName
{
background-color: #83ADEC;
}
.BgClassName
{
background-color: #83ADEC;
}
</style>
border-color css
<style>
span { border-color: #83ADEC; }
span { border-color: rgb(131,173,236); }
td.TdClassName
{
border-color: #83ADEC;
}
.TagClassName
{
border-color: #83ADEC;
}
</style>