Shades of Jordy Blue #83B4DF
Tints of Jordy Blue #83B4DF
RGB
CMYK
RGB Variations
Color information
#83B4DF (or 0x83B4DF) is known color: Jordy Blue. HEX triplet: 83, B4 and DF. RGB value is (131,180,223). Sum of RGB (Red+Green+Blue) = 131+180+223=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #83B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4DF is #7C4B20. Grayscale: #AAAAAA. Windows color (decimal): -8145697 or 14660739. OLE color: 14660739.
HSL color Cylindrical-coordinate representation of color #83B4DF: hue angle of 208.04º degrees, saturation: 0.59, 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 #83B4DF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 180 | 223 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.13 |
| HSL | 208.04º | 0.59% | 0.69% | - |
| HSV(B) | 208.04º | 0.41% | 0.87% | - |
| XYZ | 39 | 42.8 | 76.02 | - |
| YUV | 170.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 223 | 0.41 | 0.19 | 0 | 0.13 | 208.04 | 0.59 | 0.69 |
| Hex | 83 | B4 | DF | 29 | 13 | 0 | D | D0 | 3B | 45 |
| Octal | 203 | 264 | 337 | 51 | 23 | 0 | 15 | 320 | 73 | 105 |
| Binary | 10000011 | 10110100 | 11011111 | 101001 | 10011 | 0 | 1101 | 11010000 | 111011 | 1000101 |
Color Harmonies of #83B4DF
Complementary color
Monochromatic Colors of #83B4DF
Black with #83B4DF
Text Example
Text Example
White with #83B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B4DF; }
p { color: rgb(131,180,223); }
H1.HeaderClassName
{
color: #83B4DF;
}
.AnyTagClassName
{
color: #83B4DF;
}
</style>
background-color css
<style>
a { background-color: #83B4DF; }
a { background-color: rgb(131,180,223); }
div.DivClassName
{
background-color: #83B4DF;
}
.BgClassName
{
background-color: #83B4DF;
}
</style>
border-color css
<style>
span { border-color: #83B4DF; }
span { border-color: rgb(131,180,223); }
td.TdClassName
{
border-color: #83B4DF;
}
.TagClassName
{
border-color: #83B4DF;
}
</style>