Shades of Jordy Blue #83B7EF
Tints of Jordy Blue #83B7EF
RGB
CMYK
RGB Variations
Color information
#83B7EF (or 0x83B7EF) is known color: Jordy Blue. HEX triplet: 83, B7 and EF. RGB value is (131,183,239). Sum of RGB (Red+Green+Blue) = 131+183+239=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #83B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B7EF is #7C4810. Grayscale: #ADADAD. Windows color (decimal): -8144913 or 15710083. OLE color: 15710083.
HSL color Cylindrical-coordinate representation of color #83B7EF: hue angle of 211.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83B7EF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 183 | 239 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.06 |
| HSL | 211.11º | 0.77% | 0.73% | - |
| HSV(B) | 211.11º | 0.45% | 0.94% | - |
| XYZ | 41.87 | 44.92 | 88.13 | - |
| YUV | 173.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 239 | 0.45 | 0.23 | 0 | 0.06 | 211.11 | 0.77 | 0.73 |
| Hex | 83 | B7 | EF | 2D | 17 | 0 | 6 | D3 | 4D | 49 |
| Octal | 203 | 267 | 357 | 55 | 27 | 0 | 6 | 323 | 115 | 111 |
| Binary | 10000011 | 10110111 | 11101111 | 101101 | 10111 | 0 | 110 | 11010011 | 1001101 | 1001001 |
Color Harmonies of #83B7EF
Complementary color
Monochromatic Colors of #83B7EF
Black with #83B7EF
Text Example
Text Example
White with #83B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B7EF; }
p { color: rgb(131,183,239); }
H1.HeaderClassName
{
color: #83B7EF;
}
.AnyTagClassName
{
color: #83B7EF;
}
</style>
background-color css
<style>
a { background-color: #83B7EF; }
a { background-color: rgb(131,183,239); }
div.DivClassName
{
background-color: #83B7EF;
}
.BgClassName
{
background-color: #83B7EF;
}
</style>
border-color css
<style>
span { border-color: #83B7EF; }
span { border-color: rgb(131,183,239); }
td.TdClassName
{
border-color: #83B7EF;
}
.TagClassName
{
border-color: #83B7EF;
}
</style>