Shades of Jordy Blue #83ABDD
Tints of Jordy Blue #83ABDD
RGB
CMYK
RGB Variations
Color information
#83ABDD (or 0x83ABDD) is known color: Jordy Blue. HEX triplet: 83, AB and DD. RGB value is (131,171,221). Sum of RGB (Red+Green+Blue) = 131+171+221=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #83ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABDD is #7C5422. Grayscale: #A4A4A4. Windows color (decimal): -8148003 or 14527363. OLE color: 14527363.
HSL color Cylindrical-coordinate representation of color #83ABDD: hue angle of 213.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 #83ABDD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 171 | 221 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 213.33º | 0.57% | 0.69% | - |
| HSV(B) | 213.33º | 0.41% | 0.87% | - |
| XYZ | 36.97 | 39.17 | 74.02 | - |
| YUV | 164.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 221 | 0.41 | 0.23 | 0 | 0.13 | 213.33 | 0.57 | 0.69 |
| Hex | 83 | AB | DD | 29 | 17 | 0 | D | D5 | 39 | 45 |
| Octal | 203 | 253 | 335 | 51 | 27 | 0 | 15 | 325 | 71 | 105 |
| Binary | 10000011 | 10101011 | 11011101 | 101001 | 10111 | 0 | 1101 | 11010101 | 111001 | 1000101 |
Color Harmonies of #83ABDD
Complementary color
Monochromatic Colors of #83ABDD
Black with #83ABDD
Text Example
Text Example
White with #83ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABDD; }
p { color: rgb(131,171,221); }
H1.HeaderClassName
{
color: #83ABDD;
}
.AnyTagClassName
{
color: #83ABDD;
}
</style>
background-color css
<style>
a { background-color: #83ABDD; }
a { background-color: rgb(131,171,221); }
div.DivClassName
{
background-color: #83ABDD;
}
.BgClassName
{
background-color: #83ABDD;
}
</style>
border-color css
<style>
span { border-color: #83ABDD; }
span { border-color: rgb(131,171,221); }
td.TdClassName
{
border-color: #83ABDD;
}
.TagClassName
{
border-color: #83ABDD;
}
</style>