Shades of Jordy Blue #83ABDB
Tints of Jordy Blue #83ABDB
RGB
CMYK
RGB Variations
Color information
#83ABDB (or 0x83ABDB) is known color: Jordy Blue. HEX triplet: 83, AB and DB. RGB value is (131,171,219). Sum of RGB (Red+Green+Blue) = 131+171+219=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #83ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABDB is #7C5424. Grayscale: #A4A4A4. Windows color (decimal): -8148005 or 14396291. OLE color: 14396291.
HSL color Cylindrical-coordinate representation of color #83ABDB: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ABDB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 171 | 219 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 212.73º | 0.55% | 0.69% | - |
| HSV(B) | 212.73º | 0.4% | 0.86% | - |
| XYZ | 36.71 | 39.07 | 72.62 | - |
| YUV | 164.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 219 | 0.40 | 0.22 | 0 | 0.14 | 212.73 | 0.55 | 0.69 |
| Hex | 83 | AB | DB | 28 | 16 | 0 | E | D5 | 37 | 45 |
| Octal | 203 | 253 | 333 | 50 | 26 | 0 | 16 | 325 | 67 | 105 |
| Binary | 10000011 | 10101011 | 11011011 | 101000 | 10110 | 0 | 1110 | 11010101 | 110111 | 1000101 |
Color Harmonies of #83ABDB
Complementary color
Monochromatic Colors of #83ABDB
Black with #83ABDB
Text Example
Text Example
White with #83ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABDB; }
p { color: rgb(131,171,219); }
H1.HeaderClassName
{
color: #83ABDB;
}
.AnyTagClassName
{
color: #83ABDB;
}
</style>
background-color css
<style>
a { background-color: #83ABDB; }
a { background-color: rgb(131,171,219); }
div.DivClassName
{
background-color: #83ABDB;
}
.BgClassName
{
background-color: #83ABDB;
}
</style>
border-color css
<style>
span { border-color: #83ABDB; }
span { border-color: rgb(131,171,219); }
td.TdClassName
{
border-color: #83ABDB;
}
.TagClassName
{
border-color: #83ABDB;
}
</style>