Shades of Jordy Blue #83A2DD
Tints of Jordy Blue #83A2DD
RGB
CMYK
RGB Variations
Color information
#83A2DD (or 0x83A2DD) is known color: Jordy Blue. HEX triplet: 83, A2 and DD. RGB value is (131,162,221). Sum of RGB (Red+Green+Blue) = 131+162+221=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2DD is #7C5D22. Grayscale: #9F9F9F. Windows color (decimal): -8150307 or 14525059. OLE color: 14525059.
HSL color Cylindrical-coordinate representation of color #83A2DD: hue angle of 219.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A2DD is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 162 | 221 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.13 |
| HSL | 219.33º | 0.57% | 0.69% | - |
| HSV(B) | 219.33º | 0.41% | 0.87% | - |
| XYZ | 35.33 | 35.89 | 73.47 | - |
| YUV | 159.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 221 | 0.41 | 0.27 | 0 | 0.13 | 219.33 | 0.57 | 0.69 |
| Hex | 83 | A2 | DD | 29 | 1B | 0 | D | DB | 39 | 45 |
| Octal | 203 | 242 | 335 | 51 | 33 | 0 | 15 | 333 | 71 | 105 |
| Binary | 10000011 | 10100010 | 11011101 | 101001 | 11011 | 0 | 1101 | 11011011 | 111001 | 1000101 |
Color Harmonies of #83A2DD
Complementary color
Monochromatic Colors of #83A2DD
Black with #83A2DD
Text Example
Text Example
White with #83A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A2DD; }
p { color: rgb(131,162,221); }
H1.HeaderClassName
{
color: #83A2DD;
}
.AnyTagClassName
{
color: #83A2DD;
}
</style>
background-color css
<style>
a { background-color: #83A2DD; }
a { background-color: rgb(131,162,221); }
div.DivClassName
{
background-color: #83A2DD;
}
.BgClassName
{
background-color: #83A2DD;
}
</style>
border-color css
<style>
span { border-color: #83A2DD; }
span { border-color: rgb(131,162,221); }
td.TdClassName
{
border-color: #83A2DD;
}
.TagClassName
{
border-color: #83A2DD;
}
</style>