Shades of Jordy Blue #83B0DF
Tints of Jordy Blue #83B0DF
RGB
CMYK
RGB Variations
Color information
#83B0DF (or 0x83B0DF) is known color: Jordy Blue. HEX triplet: 83, B0 and DF. RGB value is (131,176,223). Sum of RGB (Red+Green+Blue) = 131+176+223=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #83B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0DF is #7C4F20. Grayscale: #A7A7A7. Windows color (decimal): -8146721 or 14659715. OLE color: 14659715.
HSL color Cylindrical-coordinate representation of color #83B0DF: hue angle of 210.65º 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 #83B0DF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 176 | 223 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.13 |
| HSL | 210.65º | 0.59% | 0.69% | - |
| HSV(B) | 210.65º | 0.41% | 0.87% | - |
| XYZ | 38.2 | 41.2 | 75.75 | - |
| YUV | 167.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 223 | 0.41 | 0.21 | 0 | 0.13 | 210.65 | 0.59 | 0.69 |
| Hex | 83 | B0 | DF | 29 | 15 | 0 | D | D3 | 3B | 45 |
| Octal | 203 | 260 | 337 | 51 | 25 | 0 | 15 | 323 | 73 | 105 |
| Binary | 10000011 | 10110000 | 11011111 | 101001 | 10101 | 0 | 1101 | 11010011 | 111011 | 1000101 |
Color Harmonies of #83B0DF
Complementary color
Monochromatic Colors of #83B0DF
Black with #83B0DF
Text Example
Text Example
White with #83B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B0DF; }
p { color: rgb(131,176,223); }
H1.HeaderClassName
{
color: #83B0DF;
}
.AnyTagClassName
{
color: #83B0DF;
}
</style>
background-color css
<style>
a { background-color: #83B0DF; }
a { background-color: rgb(131,176,223); }
div.DivClassName
{
background-color: #83B0DF;
}
.BgClassName
{
background-color: #83B0DF;
}
</style>
border-color css
<style>
span { border-color: #83B0DF; }
span { border-color: rgb(131,176,223); }
td.TdClassName
{
border-color: #83B0DF;
}
.TagClassName
{
border-color: #83B0DF;
}
</style>