Shades of Jordy Blue #83ABDF
Tints of Jordy Blue #83ABDF
RGB
CMYK
RGB Variations
Color information
#83ABDF (or 0x83ABDF) is known color: Jordy Blue. HEX triplet: 83, AB and DF. RGB value is (131,171,223). Sum of RGB (Red+Green+Blue) = 131+171+223=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #83ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABDF is #7C5420. Grayscale: #A4A4A4. Windows color (decimal): -8148001 or 14658435. OLE color: 14658435.
HSL color Cylindrical-coordinate representation of color #83ABDF: hue angle of 213.91º degrees, saturation: 0.59, 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 #83ABDF is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 171 | 223 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 213.91º | 0.59% | 0.69% | - |
| HSV(B) | 213.91º | 0.41% | 0.87% | - |
| XYZ | 37.24 | 39.28 | 75.43 | - |
| YUV | 164.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 223 | 0.41 | 0.23 | 0 | 0.13 | 213.91 | 0.59 | 0.69 |
| Hex | 83 | AB | DF | 29 | 17 | 0 | D | D6 | 3B | 45 |
| Octal | 203 | 253 | 337 | 51 | 27 | 0 | 15 | 326 | 73 | 105 |
| Binary | 10000011 | 10101011 | 11011111 | 101001 | 10111 | 0 | 1101 | 11010110 | 111011 | 1000101 |
Color Harmonies of #83ABDF
Complementary color
Monochromatic Colors of #83ABDF
Black with #83ABDF
Text Example
Text Example
White with #83ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABDF; }
p { color: rgb(131,171,223); }
H1.HeaderClassName
{
color: #83ABDF;
}
.AnyTagClassName
{
color: #83ABDF;
}
</style>
background-color css
<style>
a { background-color: #83ABDF; }
a { background-color: rgb(131,171,223); }
div.DivClassName
{
background-color: #83ABDF;
}
.BgClassName
{
background-color: #83ABDF;
}
</style>
border-color css
<style>
span { border-color: #83ABDF; }
span { border-color: rgb(131,171,223); }
td.TdClassName
{
border-color: #83ABDF;
}
.TagClassName
{
border-color: #83ABDF;
}
</style>