Shades of Jordy Blue #83A1DB
Tints of Jordy Blue #83A1DB
RGB
CMYK
RGB Variations
Color information
#83A1DB (or 0x83A1DB) is known color: Jordy Blue. HEX triplet: 83, A1 and DB. RGB value is (131,161,219). Sum of RGB (Red+Green+Blue) = 131+161+219=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #83A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1DB is #7C5E24. Grayscale: #9E9E9E. Windows color (decimal): -8150565 or 14393731. OLE color: 14393731.
HSL color Cylindrical-coordinate representation of color #83A1DB: hue angle of 219.55º 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 #83A1DB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 161 | 219 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.14 |
| HSL | 219.55º | 0.55% | 0.69% | - |
| HSV(B) | 219.55º | 0.4% | 0.86% | - |
| XYZ | 34.89 | 35.43 | 72.02 | - |
| YUV | 158.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 219 | 0.40 | 0.26 | 0 | 0.14 | 219.55 | 0.55 | 0.69 |
| Hex | 83 | A1 | DB | 28 | 1A | 0 | E | DC | 37 | 45 |
| Octal | 203 | 241 | 333 | 50 | 32 | 0 | 16 | 334 | 67 | 105 |
| Binary | 10000011 | 10100001 | 11011011 | 101000 | 11010 | 0 | 1110 | 11011100 | 110111 | 1000101 |
Color Harmonies of #83A1DB
Complementary color
Monochromatic Colors of #83A1DB
Black with #83A1DB
Text Example
Text Example
White with #83A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1DB; }
p { color: rgb(131,161,219); }
H1.HeaderClassName
{
color: #83A1DB;
}
.AnyTagClassName
{
color: #83A1DB;
}
</style>
background-color css
<style>
a { background-color: #83A1DB; }
a { background-color: rgb(131,161,219); }
div.DivClassName
{
background-color: #83A1DB;
}
.BgClassName
{
background-color: #83A1DB;
}
</style>
border-color css
<style>
span { border-color: #83A1DB; }
span { border-color: rgb(131,161,219); }
td.TdClassName
{
border-color: #83A1DB;
}
.TagClassName
{
border-color: #83A1DB;
}
</style>