Shades of Jordy Blue #83A8FD
Tints of Jordy Blue #83A8FD
RGB
CMYK
RGB Variations
Color information
#83A8FD (or 0x83A8FD) is known color: Jordy Blue. HEX triplet: 83, A8 and FD. RGB value is (131,168,253). Sum of RGB (Red+Green+Blue) = 131+168+253=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #83A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A8FD is #7C5702. Grayscale: #A6A6A6. Windows color (decimal): -8148739 or 16623747. OLE color: 16623747.
HSL color Cylindrical-coordinate representation of color #83A8FD: hue angle of 221.8º degrees, saturation: 0.97, 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 #83A8FD is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 168 | 253 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.01 |
| HSL | 221.8º | 0.97% | 0.75% | - |
| HSV(B) | 221.8º | 0.48% | 0.99% | - |
| XYZ | 41.09 | 39.92 | 98.47 | - |
| YUV | 166.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 253 | 0.48 | 0.34 | 0 | 0.01 | 221.8 | 0.97 | 0.75 |
| Hex | 83 | A8 | FD | 30 | 22 | 0 | 1 | DE | 61 | 4B |
| Octal | 203 | 250 | 375 | 60 | 42 | 0 | 1 | 336 | 141 | 113 |
| Binary | 10000011 | 10101000 | 11111101 | 110000 | 100010 | 0 | 1 | 11011110 | 1100001 | 1001011 |
Color Harmonies of #83A8FD
Complementary color
Monochromatic Colors of #83A8FD
Black with #83A8FD
Text Example
Text Example
White with #83A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A8FD; }
p { color: rgb(131,168,253); }
H1.HeaderClassName
{
color: #83A8FD;
}
.AnyTagClassName
{
color: #83A8FD;
}
</style>
background-color css
<style>
a { background-color: #83A8FD; }
a { background-color: rgb(131,168,253); }
div.DivClassName
{
background-color: #83A8FD;
}
.BgClassName
{
background-color: #83A8FD;
}
</style>
border-color css
<style>
span { border-color: #83A8FD; }
span { border-color: rgb(131,168,253); }
td.TdClassName
{
border-color: #83A8FD;
}
.TagClassName
{
border-color: #83A8FD;
}
</style>