Shades of Jordy Blue #83BAEC
Tints of Jordy Blue #83BAEC
RGB
CMYK
RGB Variations
Color information
#83BAEC (or 0x83BAEC) is known color: Jordy Blue. HEX triplet: 83, BA and EC. RGB value is (131,186,236). Sum of RGB (Red+Green+Blue) = 131+186+236=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #83BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAEC is #7C4513. Grayscale: #AFAFAF. Windows color (decimal): -8144148 or 15514243. OLE color: 15514243.
HSL color Cylindrical-coordinate representation of color #83BAEC: hue angle of 208.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83BAEC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 186 | 236 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.07 |
| HSL | 208.57º | 0.73% | 0.72% | - |
| HSV(B) | 208.57º | 0.44% | 0.93% | - |
| XYZ | 42.06 | 46 | 86.02 | - |
| YUV | 175.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 236 | 0.44 | 0.21 | 0 | 0.07 | 208.57 | 0.73 | 0.72 |
| Hex | 83 | BA | EC | 2C | 15 | 0 | 7 | D1 | 49 | 48 |
| Octal | 203 | 272 | 354 | 54 | 25 | 0 | 7 | 321 | 111 | 110 |
| Binary | 10000011 | 10111010 | 11101100 | 101100 | 10101 | 0 | 111 | 11010001 | 1001001 | 1001000 |
Color Harmonies of #83BAEC
Complementary color
Monochromatic Colors of #83BAEC
Black with #83BAEC
Text Example
Text Example
White with #83BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BAEC; }
p { color: rgb(131,186,236); }
H1.HeaderClassName
{
color: #83BAEC;
}
.AnyTagClassName
{
color: #83BAEC;
}
</style>
background-color css
<style>
a { background-color: #83BAEC; }
a { background-color: rgb(131,186,236); }
div.DivClassName
{
background-color: #83BAEC;
}
.BgClassName
{
background-color: #83BAEC;
}
</style>
border-color css
<style>
span { border-color: #83BAEC; }
span { border-color: rgb(131,186,236); }
td.TdClassName
{
border-color: #83BAEC;
}
.TagClassName
{
border-color: #83BAEC;
}
</style>