Shades of Jordy Blue #83B3DD
Tints of Jordy Blue #83B3DD
RGB
CMYK
RGB Variations
Color information
#83B3DD (or 0x83B3DD) is known color: Jordy Blue. HEX triplet: 83, B3 and DD. RGB value is (131,179,221). Sum of RGB (Red+Green+Blue) = 131+179+221=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #83B3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B3DD is #7C4C22. Grayscale: #A9A9A9. Windows color (decimal): -8145955 or 14529411. OLE color: 14529411.
HSL color Cylindrical-coordinate representation of color #83B3DD: hue angle of 208º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83B3DD is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 179 | 221 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.13 |
| HSL | 208º | 0.57% | 0.69% | - |
| HSV(B) | 208º | 0.41% | 0.87% | - |
| XYZ | 38.53 | 42.29 | 74.54 | - |
| YUV | 169.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 221 | 0.41 | 0.19 | 0 | 0.13 | 208 | 0.57 | 0.69 |
| Hex | 83 | B3 | DD | 29 | 13 | 0 | D | D0 | 39 | 45 |
| Octal | 203 | 263 | 335 | 51 | 23 | 0 | 15 | 320 | 71 | 105 |
| Binary | 10000011 | 10110011 | 11011101 | 101001 | 10011 | 0 | 1101 | 11010000 | 111001 | 1000101 |
Color Harmonies of #83B3DD
Complementary color
Monochromatic Colors of #83B3DD
Black with #83B3DD
Text Example
Text Example
White with #83B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B3DD; }
p { color: rgb(131,179,221); }
H1.HeaderClassName
{
color: #83B3DD;
}
.AnyTagClassName
{
color: #83B3DD;
}
</style>
background-color css
<style>
a { background-color: #83B3DD; }
a { background-color: rgb(131,179,221); }
div.DivClassName
{
background-color: #83B3DD;
}
.BgClassName
{
background-color: #83B3DD;
}
</style>
border-color css
<style>
span { border-color: #83B3DD; }
span { border-color: rgb(131,179,221); }
td.TdClassName
{
border-color: #83B3DD;
}
.TagClassName
{
border-color: #83B3DD;
}
</style>