Shades of Jordy Blue #83ABDE
Tints of Jordy Blue #83ABDE
RGB
CMYK
RGB Variations
Color information
#83ABDE (or 0x83ABDE) is known color: Jordy Blue. HEX triplet: 83, AB and DE. RGB value is (131,171,222). Sum of RGB (Red+Green+Blue) = 131+171+222=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #83ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABDE is #7C5421. Grayscale: #A4A4A4. Windows color (decimal): -8148002 or 14592899. OLE color: 14592899.
HSL color Cylindrical-coordinate representation of color #83ABDE: hue angle of 213.63º degrees, saturation: 0.58, 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 #83ABDE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 171 | 222 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 213.63º | 0.58% | 0.69% | - |
| HSV(B) | 213.63º | 0.41% | 0.87% | - |
| XYZ | 37.11 | 39.23 | 74.72 | - |
| YUV | 164.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 222 | 0.41 | 0.23 | 0 | 0.13 | 213.63 | 0.58 | 0.69 |
| Hex | 83 | AB | DE | 29 | 17 | 0 | D | D6 | 3A | 45 |
| Octal | 203 | 253 | 336 | 51 | 27 | 0 | 15 | 326 | 72 | 105 |
| Binary | 10000011 | 10101011 | 11011110 | 101001 | 10111 | 0 | 1101 | 11010110 | 111010 | 1000101 |
Color Harmonies of #83ABDE
Complementary color
Monochromatic Colors of #83ABDE
Black with #83ABDE
Text Example
Text Example
White with #83ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABDE; }
p { color: rgb(131,171,222); }
H1.HeaderClassName
{
color: #83ABDE;
}
.AnyTagClassName
{
color: #83ABDE;
}
</style>
background-color css
<style>
a { background-color: #83ABDE; }
a { background-color: rgb(131,171,222); }
div.DivClassName
{
background-color: #83ABDE;
}
.BgClassName
{
background-color: #83ABDE;
}
</style>
border-color css
<style>
span { border-color: #83ABDE; }
span { border-color: rgb(131,171,222); }
td.TdClassName
{
border-color: #83ABDE;
}
.TagClassName
{
border-color: #83ABDE;
}
</style>