Shades of Jordy Blue #83A9DD
Tints of Jordy Blue #83A9DD
RGB
CMYK
RGB Variations
Color information
#83A9DD (or 0x83A9DD) is known color: Jordy Blue. HEX triplet: 83, A9 and DD. RGB value is (131,169,221). Sum of RGB (Red+Green+Blue) = 131+169+221=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9DD is #7C5622. Grayscale: #A3A3A3. Windows color (decimal): -8148515 or 14526851. OLE color: 14526851.
HSL color Cylindrical-coordinate representation of color #83A9DD: hue angle of 214.67º 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 #83A9DD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 169 | 221 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.13 |
| HSL | 214.67º | 0.57% | 0.69% | - |
| HSV(B) | 214.67º | 0.41% | 0.87% | - |
| XYZ | 36.6 | 38.42 | 73.89 | - |
| YUV | 163.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 221 | 0.41 | 0.24 | 0 | 0.13 | 214.67 | 0.57 | 0.69 |
| Hex | 83 | A9 | DD | 29 | 18 | 0 | D | D7 | 39 | 45 |
| Octal | 203 | 251 | 335 | 51 | 30 | 0 | 15 | 327 | 71 | 105 |
| Binary | 10000011 | 10101001 | 11011101 | 101001 | 11000 | 0 | 1101 | 11010111 | 111001 | 1000101 |
Color Harmonies of #83A9DD
Complementary color
Monochromatic Colors of #83A9DD
Black with #83A9DD
Text Example
Text Example
White with #83A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A9DD; }
p { color: rgb(131,169,221); }
H1.HeaderClassName
{
color: #83A9DD;
}
.AnyTagClassName
{
color: #83A9DD;
}
</style>
background-color css
<style>
a { background-color: #83A9DD; }
a { background-color: rgb(131,169,221); }
div.DivClassName
{
background-color: #83A9DD;
}
.BgClassName
{
background-color: #83A9DD;
}
</style>
border-color css
<style>
span { border-color: #83A9DD; }
span { border-color: rgb(131,169,221); }
td.TdClassName
{
border-color: #83A9DD;
}
.TagClassName
{
border-color: #83A9DD;
}
</style>