Shades of Jordy Blue #83A3FB
Tints of Jordy Blue #83A3FB
RGB
CMYK
RGB Variations
Color information
#83A3FB (or 0x83A3FB) is known color: Jordy Blue. HEX triplet: 83, A3 and FB. RGB value is (131,163,251). Sum of RGB (Red+Green+Blue) = 131+163+251=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #83A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A3FB is #7C5C04. Grayscale: #A3A3A3. Windows color (decimal): -8150021 or 16491395. OLE color: 16491395.
HSL color Cylindrical-coordinate representation of color #83A3FB: hue angle of 224º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A3FB is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 163 | 251 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.02 |
| HSL | 224º | 0.94% | 0.75% | - |
| HSV(B) | 224º | 0.48% | 0.98% | - |
| XYZ | 39.87 | 37.98 | 96.5 | - |
| YUV | 163.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 251 | 0.48 | 0.35 | 0 | 0.02 | 224 | 0.94 | 0.75 |
| Hex | 83 | A3 | FB | 30 | 23 | 0 | 2 | E0 | 5E | 4B |
| Octal | 203 | 243 | 373 | 60 | 43 | 0 | 2 | 340 | 136 | 113 |
| Binary | 10000011 | 10100011 | 11111011 | 110000 | 100011 | 0 | 10 | 11100000 | 1011110 | 1001011 |
Color Harmonies of #83A3FB
Complementary color
Monochromatic Colors of #83A3FB
Black with #83A3FB
Text Example
Text Example
White with #83A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3FB; }
p { color: rgb(131,163,251); }
H1.HeaderClassName
{
color: #83A3FB;
}
.AnyTagClassName
{
color: #83A3FB;
}
</style>
background-color css
<style>
a { background-color: #83A3FB; }
a { background-color: rgb(131,163,251); }
div.DivClassName
{
background-color: #83A3FB;
}
.BgClassName
{
background-color: #83A3FB;
}
</style>
border-color css
<style>
span { border-color: #83A3FB; }
span { border-color: rgb(131,163,251); }
td.TdClassName
{
border-color: #83A3FB;
}
.TagClassName
{
border-color: #83A3FB;
}
</style>