Shades of Jordy Blue #83ADE3
Tints of Jordy Blue #83ADE3
RGB
CMYK
RGB Variations
Color information
#83ADE3 (or 0x83ADE3) is known color: Jordy Blue. HEX triplet: 83, AD and E3. RGB value is (131,173,227). Sum of RGB (Red+Green+Blue) = 131+173+227=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #83ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADE3 is #7C521C. Grayscale: #A6A6A6. Windows color (decimal): -8147485 or 14921091. OLE color: 14921091.
HSL color Cylindrical-coordinate representation of color #83ADE3: hue angle of 213.75º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83ADE3 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 173 | 227 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.11 |
| HSL | 213.75º | 0.63% | 0.7% | - |
| HSV(B) | 213.75º | 0.42% | 0.89% | - |
| XYZ | 38.17 | 40.26 | 78.43 | - |
| YUV | 166.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 227 | 0.42 | 0.24 | 0 | 0.11 | 213.75 | 0.63 | 0.7 |
| Hex | 83 | AD | E3 | 2A | 18 | 0 | B | D6 | 3F | 46 |
| Octal | 203 | 255 | 343 | 52 | 30 | 0 | 13 | 326 | 77 | 106 |
| Binary | 10000011 | 10101101 | 11100011 | 101010 | 11000 | 0 | 1011 | 11010110 | 111111 | 1000110 |
Color Harmonies of #83ADE3
Complementary color
Monochromatic Colors of #83ADE3
Black with #83ADE3
Text Example
Text Example
White with #83ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADE3; }
p { color: rgb(131,173,227); }
H1.HeaderClassName
{
color: #83ADE3;
}
.AnyTagClassName
{
color: #83ADE3;
}
</style>
background-color css
<style>
a { background-color: #83ADE3; }
a { background-color: rgb(131,173,227); }
div.DivClassName
{
background-color: #83ADE3;
}
.BgClassName
{
background-color: #83ADE3;
}
</style>
border-color css
<style>
span { border-color: #83ADE3; }
span { border-color: rgb(131,173,227); }
td.TdClassName
{
border-color: #83ADE3;
}
.TagClassName
{
border-color: #83ADE3;
}
</style>