Shades of Jordy Blue #83A7DF
Tints of Jordy Blue #83A7DF
RGB
CMYK
RGB Variations
Color information
#83A7DF (or 0x83A7DF) is known color: Jordy Blue. HEX triplet: 83, A7 and DF. RGB value is (131,167,223). Sum of RGB (Red+Green+Blue) = 131+167+223=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #83A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7DF is #7C5820. Grayscale: #A2A2A2. Windows color (decimal): -8149025 or 14657411. OLE color: 14657411.
HSL color Cylindrical-coordinate representation of color #83A7DF: hue angle of 216.52º 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 #83A7DF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 167 | 223 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.13 |
| HSL | 216.52º | 0.59% | 0.69% | - |
| HSV(B) | 216.52º | 0.41% | 0.87% | - |
| XYZ | 36.5 | 37.79 | 75.18 | - |
| YUV | 162.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 223 | 0.41 | 0.25 | 0 | 0.13 | 216.52 | 0.59 | 0.69 |
| Hex | 83 | A7 | DF | 29 | 19 | 0 | D | D9 | 3B | 45 |
| Octal | 203 | 247 | 337 | 51 | 31 | 0 | 15 | 331 | 73 | 105 |
| Binary | 10000011 | 10100111 | 11011111 | 101001 | 11001 | 0 | 1101 | 11011001 | 111011 | 1000101 |
Color Harmonies of #83A7DF
Complementary color
Monochromatic Colors of #83A7DF
Black with #83A7DF
Text Example
Text Example
White with #83A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A7DF; }
p { color: rgb(131,167,223); }
H1.HeaderClassName
{
color: #83A7DF;
}
.AnyTagClassName
{
color: #83A7DF;
}
</style>
background-color css
<style>
a { background-color: #83A7DF; }
a { background-color: rgb(131,167,223); }
div.DivClassName
{
background-color: #83A7DF;
}
.BgClassName
{
background-color: #83A7DF;
}
</style>
border-color css
<style>
span { border-color: #83A7DF; }
span { border-color: rgb(131,167,223); }
td.TdClassName
{
border-color: #83A7DF;
}
.TagClassName
{
border-color: #83A7DF;
}
</style>