Shades of Jordy Blue #83A8FC
Tints of Jordy Blue #83A8FC
RGB
CMYK
RGB Variations
Color information
#83A8FC (or 0x83A8FC) is known color: Jordy Blue. HEX triplet: 83, A8 and FC. RGB value is (131,168,252). Sum of RGB (Red+Green+Blue) = 131+168+252=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #83A8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A8FC is #7C5703. Grayscale: #A6A6A6. Windows color (decimal): -8148740 or 16558211. OLE color: 16558211.
HSL color Cylindrical-coordinate representation of color #83A8FC: hue angle of 221.65º 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 #83A8FC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 168 | 252 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.01 |
| HSL | 221.65º | 0.95% | 0.75% | - |
| HSV(B) | 221.65º | 0.48% | 0.99% | - |
| XYZ | 40.93 | 39.86 | 97.63 | - |
| YUV | 166.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 252 | 0.48 | 0.33 | 0 | 0.01 | 221.65 | 0.95 | 0.75 |
| Hex | 83 | A8 | FC | 30 | 21 | 0 | 1 | DE | 5F | 4B |
| Octal | 203 | 250 | 374 | 60 | 41 | 0 | 1 | 336 | 137 | 113 |
| Binary | 10000011 | 10101000 | 11111100 | 110000 | 100001 | 0 | 1 | 11011110 | 1011111 | 1001011 |
Color Harmonies of #83A8FC
Complementary color
Monochromatic Colors of #83A8FC
Black with #83A8FC
Text Example
Text Example
White with #83A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A8FC; }
p { color: rgb(131,168,252); }
H1.HeaderClassName
{
color: #83A8FC;
}
.AnyTagClassName
{
color: #83A8FC;
}
</style>
background-color css
<style>
a { background-color: #83A8FC; }
a { background-color: rgb(131,168,252); }
div.DivClassName
{
background-color: #83A8FC;
}
.BgClassName
{
background-color: #83A8FC;
}
</style>
border-color css
<style>
span { border-color: #83A8FC; }
span { border-color: rgb(131,168,252); }
td.TdClassName
{
border-color: #83A8FC;
}
.TagClassName
{
border-color: #83A8FC;
}
</style>