Shades of Jordy Blue #83ABDC
Tints of Jordy Blue #83ABDC
RGB
CMYK
RGB Variations
Color information
#83ABDC (or 0x83ABDC) is known color: Jordy Blue. HEX triplet: 83, AB and DC. RGB value is (131,171,220). Sum of RGB (Red+Green+Blue) = 131+171+220=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #83ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABDC is #7C5423. Grayscale: #A4A4A4. Windows color (decimal): -8148004 or 14461827. OLE color: 14461827.
HSL color Cylindrical-coordinate representation of color #83ABDC: hue angle of 213.03º degrees, saturation: 0.56, 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 #83ABDC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 171 | 220 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 213.03º | 0.56% | 0.69% | - |
| HSV(B) | 213.03º | 0.4% | 0.86% | - |
| XYZ | 36.84 | 39.12 | 73.32 | - |
| YUV | 164.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 220 | 0.40 | 0.22 | 0 | 0.14 | 213.03 | 0.56 | 0.69 |
| Hex | 83 | AB | DC | 28 | 16 | 0 | E | D5 | 38 | 45 |
| Octal | 203 | 253 | 334 | 50 | 26 | 0 | 16 | 325 | 70 | 105 |
| Binary | 10000011 | 10101011 | 11011100 | 101000 | 10110 | 0 | 1110 | 11010101 | 111000 | 1000101 |
Color Harmonies of #83ABDC
Complementary color
Monochromatic Colors of #83ABDC
Black with #83ABDC
Text Example
Text Example
White with #83ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABDC; }
p { color: rgb(131,171,220); }
H1.HeaderClassName
{
color: #83ABDC;
}
.AnyTagClassName
{
color: #83ABDC;
}
</style>
background-color css
<style>
a { background-color: #83ABDC; }
a { background-color: rgb(131,171,220); }
div.DivClassName
{
background-color: #83ABDC;
}
.BgClassName
{
background-color: #83ABDC;
}
</style>
border-color css
<style>
span { border-color: #83ABDC; }
span { border-color: rgb(131,171,220); }
td.TdClassName
{
border-color: #83ABDC;
}
.TagClassName
{
border-color: #83ABDC;
}
</style>