Shades of Jordy Blue #83A0FC
Tints of Jordy Blue #83A0FC
RGB
CMYK
RGB Variations
Color information
#83A0FC (or 0x83A0FC) is known color: Jordy Blue. HEX triplet: 83, A0 and FC. RGB value is (131,160,252). Sum of RGB (Red+Green+Blue) = 131+160+252=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #83A0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0FC is #7C5F03. Grayscale: #A1A1A1. Windows color (decimal): -8150788 or 16556163. OLE color: 16556163.
HSL color Cylindrical-coordinate representation of color #83A0FC: hue angle of 225.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A0FC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 160 | 252 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.01 |
| HSL | 225.62º | 0.95% | 0.75% | - |
| HSV(B) | 225.62º | 0.48% | 0.99% | - |
| XYZ | 39.5 | 37 | 97.15 | - |
| YUV | 161.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 252 | 0.48 | 0.37 | 0 | 0.01 | 225.62 | 0.95 | 0.75 |
| Hex | 83 | A0 | FC | 30 | 25 | 0 | 1 | E2 | 5F | 4B |
| Octal | 203 | 240 | 374 | 60 | 45 | 0 | 1 | 342 | 137 | 113 |
| Binary | 10000011 | 10100000 | 11111100 | 110000 | 100101 | 0 | 1 | 11100010 | 1011111 | 1001011 |
Color Harmonies of #83A0FC
Complementary color
Monochromatic Colors of #83A0FC
Black with #83A0FC
Text Example
Text Example
White with #83A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A0FC; }
p { color: rgb(131,160,252); }
H1.HeaderClassName
{
color: #83A0FC;
}
.AnyTagClassName
{
color: #83A0FC;
}
</style>
background-color css
<style>
a { background-color: #83A0FC; }
a { background-color: rgb(131,160,252); }
div.DivClassName
{
background-color: #83A0FC;
}
.BgClassName
{
background-color: #83A0FC;
}
</style>
border-color css
<style>
span { border-color: #83A0FC; }
span { border-color: rgb(131,160,252); }
td.TdClassName
{
border-color: #83A0FC;
}
.TagClassName
{
border-color: #83A0FC;
}
</style>