Shades of Jordy Blue #83B1DB
Tints of Jordy Blue #83B1DB
RGB
CMYK
RGB Variations
Color information
#83B1DB (or 0x83B1DB) is known color: Jordy Blue. HEX triplet: 83, B1 and DB. RGB value is (131,177,219). Sum of RGB (Red+Green+Blue) = 131+177+219=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1DB is #7C4E24. Grayscale: #A7A7A7. Windows color (decimal): -8146469 or 14397827. OLE color: 14397827.
HSL color Cylindrical-coordinate representation of color #83B1DB: hue angle of 208.64º 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 #83B1DB is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 177 | 219 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.14 |
| HSL | 208.64º | 0.55% | 0.69% | - |
| HSV(B) | 208.64º | 0.4% | 0.86% | - |
| XYZ | 37.87 | 41.38 | 73.01 | - |
| YUV | 168.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 219 | 0.40 | 0.19 | 0 | 0.14 | 208.64 | 0.55 | 0.69 |
| Hex | 83 | B1 | DB | 28 | 13 | 0 | E | D1 | 37 | 45 |
| Octal | 203 | 261 | 333 | 50 | 23 | 0 | 16 | 321 | 67 | 105 |
| Binary | 10000011 | 10110001 | 11011011 | 101000 | 10011 | 0 | 1110 | 11010001 | 110111 | 1000101 |
Color Harmonies of #83B1DB
Complementary color
Monochromatic Colors of #83B1DB
Black with #83B1DB
Text Example
Text Example
White with #83B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B1DB; }
p { color: rgb(131,177,219); }
H1.HeaderClassName
{
color: #83B1DB;
}
.AnyTagClassName
{
color: #83B1DB;
}
</style>
background-color css
<style>
a { background-color: #83B1DB; }
a { background-color: rgb(131,177,219); }
div.DivClassName
{
background-color: #83B1DB;
}
.BgClassName
{
background-color: #83B1DB;
}
</style>
border-color css
<style>
span { border-color: #83B1DB; }
span { border-color: rgb(131,177,219); }
td.TdClassName
{
border-color: #83B1DB;
}
.TagClassName
{
border-color: #83B1DB;
}
</style>