Shades of Jordy Blue #83A1DC
Tints of Jordy Blue #83A1DC
RGB
CMYK
RGB Variations
Color information
#83A1DC (or 0x83A1DC) is known color: Jordy Blue. HEX triplet: 83, A1 and DC. RGB value is (131,161,220). Sum of RGB (Red+Green+Blue) = 131+161+220=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #83A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1DC is #7C5E23. Grayscale: #9E9E9E. Windows color (decimal): -8150564 or 14459267. OLE color: 14459267.
HSL color Cylindrical-coordinate representation of color #83A1DC: hue angle of 219.78º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A1DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 161 | 220 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.14 |
| HSL | 219.78º | 0.56% | 0.69% | - |
| HSV(B) | 219.78º | 0.4% | 0.86% | - |
| XYZ | 35.02 | 35.48 | 72.71 | - |
| YUV | 158.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 220 | 0.40 | 0.27 | 0 | 0.14 | 219.78 | 0.56 | 0.69 |
| Hex | 83 | A1 | DC | 28 | 1B | 0 | E | DC | 38 | 45 |
| Octal | 203 | 241 | 334 | 50 | 33 | 0 | 16 | 334 | 70 | 105 |
| Binary | 10000011 | 10100001 | 11011100 | 101000 | 11011 | 0 | 1110 | 11011100 | 111000 | 1000101 |
Color Harmonies of #83A1DC
Complementary color
Monochromatic Colors of #83A1DC
Black with #83A1DC
Text Example
Text Example
White with #83A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1DC; }
p { color: rgb(131,161,220); }
H1.HeaderClassName
{
color: #83A1DC;
}
.AnyTagClassName
{
color: #83A1DC;
}
</style>
background-color css
<style>
a { background-color: #83A1DC; }
a { background-color: rgb(131,161,220); }
div.DivClassName
{
background-color: #83A1DC;
}
.BgClassName
{
background-color: #83A1DC;
}
</style>
border-color css
<style>
span { border-color: #83A1DC; }
span { border-color: rgb(131,161,220); }
td.TdClassName
{
border-color: #83A1DC;
}
.TagClassName
{
border-color: #83A1DC;
}
</style>