Shades of Jordy Blue #83BAE3
Tints of Jordy Blue #83BAE3
RGB
CMYK
RGB Variations
Color information
#83BAE3 (or 0x83BAE3) is known color: Jordy Blue. HEX triplet: 83, BA and E3. RGB value is (131,186,227). Sum of RGB (Red+Green+Blue) = 131+186+227=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #83BAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAE3 is #7C451C. Grayscale: #AEAEAE. Windows color (decimal): -8144157 or 14924419. OLE color: 14924419.
HSL color Cylindrical-coordinate representation of color #83BAE3: hue angle of 205.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83BAE3 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 186 | 227 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.11 |
| HSL | 205.63º | 0.63% | 0.7% | - |
| HSV(B) | 205.63º | 0.42% | 0.89% | - |
| XYZ | 40.78 | 45.49 | 79.3 | - |
| YUV | 174.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 227 | 0.42 | 0.18 | 0 | 0.11 | 205.63 | 0.63 | 0.7 |
| Hex | 83 | BA | E3 | 2A | 12 | 0 | B | CE | 3F | 46 |
| Octal | 203 | 272 | 343 | 52 | 22 | 0 | 13 | 316 | 77 | 106 |
| Binary | 10000011 | 10111010 | 11100011 | 101010 | 10010 | 0 | 1011 | 11001110 | 111111 | 1000110 |
Color Harmonies of #83BAE3
Complementary color
Monochromatic Colors of #83BAE3
Black with #83BAE3
Text Example
Text Example
White with #83BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BAE3; }
p { color: rgb(131,186,227); }
H1.HeaderClassName
{
color: #83BAE3;
}
.AnyTagClassName
{
color: #83BAE3;
}
</style>
background-color css
<style>
a { background-color: #83BAE3; }
a { background-color: rgb(131,186,227); }
div.DivClassName
{
background-color: #83BAE3;
}
.BgClassName
{
background-color: #83BAE3;
}
</style>
border-color css
<style>
span { border-color: #83BAE3; }
span { border-color: rgb(131,186,227); }
td.TdClassName
{
border-color: #83BAE3;
}
.TagClassName
{
border-color: #83BAE3;
}
</style>