Shades of Jordy Blue #83A1FC
Tints of Jordy Blue #83A1FC
RGB
CMYK
RGB Variations
Color information
#83A1FC (or 0x83A1FC) is known color: Jordy Blue. HEX triplet: 83, A1 and FC. RGB value is (131,161,252). Sum of RGB (Red+Green+Blue) = 131+161+252=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #83A1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A1FC is #7C5E03. Grayscale: #A2A2A2. Windows color (decimal): -8150532 or 16556419. OLE color: 16556419.
HSL color Cylindrical-coordinate representation of color #83A1FC: hue angle of 225.12º 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 #83A1FC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 161 | 252 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.01 |
| HSL | 225.12º | 0.95% | 0.75% | - |
| HSV(B) | 225.12º | 0.48% | 0.99% | - |
| XYZ | 39.68 | 37.34 | 97.21 | - |
| YUV | 162.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 252 | 0.48 | 0.36 | 0 | 0.01 | 225.12 | 0.95 | 0.75 |
| Hex | 83 | A1 | FC | 30 | 24 | 0 | 1 | E1 | 5F | 4B |
| Octal | 203 | 241 | 374 | 60 | 44 | 0 | 1 | 341 | 137 | 113 |
| Binary | 10000011 | 10100001 | 11111100 | 110000 | 100100 | 0 | 1 | 11100001 | 1011111 | 1001011 |
Color Harmonies of #83A1FC
Complementary color
Monochromatic Colors of #83A1FC
Black with #83A1FC
Text Example
Text Example
White with #83A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1FC; }
p { color: rgb(131,161,252); }
H1.HeaderClassName
{
color: #83A1FC;
}
.AnyTagClassName
{
color: #83A1FC;
}
</style>
background-color css
<style>
a { background-color: #83A1FC; }
a { background-color: rgb(131,161,252); }
div.DivClassName
{
background-color: #83A1FC;
}
.BgClassName
{
background-color: #83A1FC;
}
</style>
border-color css
<style>
span { border-color: #83A1FC; }
span { border-color: rgb(131,161,252); }
td.TdClassName
{
border-color: #83A1FC;
}
.TagClassName
{
border-color: #83A1FC;
}
</style>