Shades of Jordy Blue #83A8DF
Tints of Jordy Blue #83A8DF
RGB
CMYK
RGB Variations
Color information
#83A8DF (or 0x83A8DF) is known color: Jordy Blue. HEX triplet: 83, A8 and DF. RGB value is (131,168,223). Sum of RGB (Red+Green+Blue) = 131+168+223=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #83A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8DF is #7C5720. Grayscale: #A2A2A2. Windows color (decimal): -8148769 or 14657667. OLE color: 14657667.
HSL color Cylindrical-coordinate representation of color #83A8DF: hue angle of 215.87º 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 #83A8DF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 168 | 223 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.13 |
| HSL | 215.87º | 0.59% | 0.69% | - |
| HSV(B) | 215.87º | 0.41% | 0.87% | - |
| XYZ | 36.68 | 38.16 | 75.24 | - |
| YUV | 163.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 223 | 0.41 | 0.25 | 0 | 0.13 | 215.87 | 0.59 | 0.69 |
| Hex | 83 | A8 | DF | 29 | 19 | 0 | D | D8 | 3B | 45 |
| Octal | 203 | 250 | 337 | 51 | 31 | 0 | 15 | 330 | 73 | 105 |
| Binary | 10000011 | 10101000 | 11011111 | 101001 | 11001 | 0 | 1101 | 11011000 | 111011 | 1000101 |
Color Harmonies of #83A8DF
Complementary color
Monochromatic Colors of #83A8DF
Black with #83A8DF
Text Example
Text Example
White with #83A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A8DF; }
p { color: rgb(131,168,223); }
H1.HeaderClassName
{
color: #83A8DF;
}
.AnyTagClassName
{
color: #83A8DF;
}
</style>
background-color css
<style>
a { background-color: #83A8DF; }
a { background-color: rgb(131,168,223); }
div.DivClassName
{
background-color: #83A8DF;
}
.BgClassName
{
background-color: #83A8DF;
}
</style>
border-color css
<style>
span { border-color: #83A8DF; }
span { border-color: rgb(131,168,223); }
td.TdClassName
{
border-color: #83A8DF;
}
.TagClassName
{
border-color: #83A8DF;
}
</style>