Shades of Jordy Blue #83B9ED
Tints of Jordy Blue #83B9ED
RGB
CMYK
RGB Variations
Color information
#83B9ED (or 0x83B9ED) is known color: Jordy Blue. HEX triplet: 83, B9 and ED. RGB value is (131,185,237). Sum of RGB (Red+Green+Blue) = 131+185+237=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #83B9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B9ED is #7C4612. Grayscale: #AEAEAE. Windows color (decimal): -8144403 or 15579523. OLE color: 15579523.
HSL color Cylindrical-coordinate representation of color #83B9ED: hue angle of 209.43º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83B9ED is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 185 | 237 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.07 |
| HSL | 209.43º | 0.75% | 0.72% | - |
| HSV(B) | 209.43º | 0.45% | 0.93% | - |
| XYZ | 42 | 45.64 | 86.72 | - |
| YUV | 174.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 237 | 0.45 | 0.22 | 0 | 0.07 | 209.43 | 0.75 | 0.72 |
| Hex | 83 | B9 | ED | 2D | 16 | 0 | 7 | D1 | 4B | 48 |
| Octal | 203 | 271 | 355 | 55 | 26 | 0 | 7 | 321 | 113 | 110 |
| Binary | 10000011 | 10111001 | 11101101 | 101101 | 10110 | 0 | 111 | 11010001 | 1001011 | 1001000 |
Color Harmonies of #83B9ED
Complementary color
Monochromatic Colors of #83B9ED
Black with #83B9ED
Text Example
Text Example
White with #83B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B9ED; }
p { color: rgb(131,185,237); }
H1.HeaderClassName
{
color: #83B9ED;
}
.AnyTagClassName
{
color: #83B9ED;
}
</style>
background-color css
<style>
a { background-color: #83B9ED; }
a { background-color: rgb(131,185,237); }
div.DivClassName
{
background-color: #83B9ED;
}
.BgClassName
{
background-color: #83B9ED;
}
</style>
border-color css
<style>
span { border-color: #83B9ED; }
span { border-color: rgb(131,185,237); }
td.TdClassName
{
border-color: #83B9ED;
}
.TagClassName
{
border-color: #83B9ED;
}
</style>