Shades of Jordy Blue #83B5D9
Tints of Jordy Blue #83B5D9
RGB
CMYK
RGB Variations
Color information
#83B5D9 (or 0x83B5D9) is known color: Jordy Blue. HEX triplet: 83, B5 and D9. RGB value is (131,181,217). Sum of RGB (Red+Green+Blue) = 131+181+217=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #83B5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B5D9 is #7C4A26. Grayscale: #A9A9A9. Windows color (decimal): -8145447 or 14267779. OLE color: 14267779.
HSL color Cylindrical-coordinate representation of color #83B5D9: hue angle of 205.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B5D9 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 181 | 217 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.15 |
| HSL | 205.12º | 0.53% | 0.68% | - |
| HSV(B) | 205.12º | 0.4% | 0.85% | - |
| XYZ | 38.41 | 42.88 | 71.9 | - |
| YUV | 170.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 217 | 0.40 | 0.17 | 0 | 0.15 | 205.12 | 0.53 | 0.68 |
| Hex | 83 | B5 | D9 | 28 | 11 | 0 | F | CD | 35 | 44 |
| Octal | 203 | 265 | 331 | 50 | 21 | 0 | 17 | 315 | 65 | 104 |
| Binary | 10000011 | 10110101 | 11011001 | 101000 | 10001 | 0 | 1111 | 11001101 | 110101 | 1000100 |
Color Harmonies of #83B5D9
Complementary color
Monochromatic Colors of #83B5D9
Black with #83B5D9
Text Example
Text Example
White with #83B5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B5D9; }
p { color: rgb(131,181,217); }
H1.HeaderClassName
{
color: #83B5D9;
}
.AnyTagClassName
{
color: #83B5D9;
}
</style>
background-color css
<style>
a { background-color: #83B5D9; }
a { background-color: rgb(131,181,217); }
div.DivClassName
{
background-color: #83B5D9;
}
.BgClassName
{
background-color: #83B5D9;
}
</style>
border-color css
<style>
span { border-color: #83B5D9; }
span { border-color: rgb(131,181,217); }
td.TdClassName
{
border-color: #83B5D9;
}
.TagClassName
{
border-color: #83B5D9;
}
</style>