Shades of Jordy Blue #83ADFE
Tints of Jordy Blue #83ADFE
RGB
CMYK
RGB Variations
Color information
#83ADFE (or 0x83ADFE) is known color: Jordy Blue. HEX triplet: 83, AD and FE. RGB value is (131,173,254). Sum of RGB (Red+Green+Blue) = 131+173+254=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #83ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADFE is #7C5201. Grayscale: #A9A9A9. Windows color (decimal): -8147458 or 16690563. OLE color: 16690563.
HSL color Cylindrical-coordinate representation of color #83ADFE: hue angle of 219.51º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83ADFE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 173 | 254 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.00 |
| HSL | 219.51º | 0.98% | 0.75% | - |
| HSV(B) | 219.51º | 0.48% | 1% | - |
| XYZ | 42.19 | 41.87 | 99.62 | - |
| YUV | 169.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 254 | 0.48 | 0.32 | 0 | 0.00 | 219.51 | 0.98 | 0.75 |
| Hex | 83 | AD | FE | 30 | 20 | 0 | 0 | DC | 62 | 4B |
| Octal | 203 | 255 | 376 | 60 | 40 | 0 | 0 | 334 | 142 | 113 |
| Binary | 10000011 | 10101101 | 11111110 | 110000 | 100000 | 0 | 0 | 11011100 | 1100010 | 1001011 |
Color Harmonies of #83ADFE
Complementary color
Monochromatic Colors of #83ADFE
Black with #83ADFE
Text Example
Text Example
White with #83ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADFE; }
p { color: rgb(131,173,254); }
H1.HeaderClassName
{
color: #83ADFE;
}
.AnyTagClassName
{
color: #83ADFE;
}
</style>
background-color css
<style>
a { background-color: #83ADFE; }
a { background-color: rgb(131,173,254); }
div.DivClassName
{
background-color: #83ADFE;
}
.BgClassName
{
background-color: #83ADFE;
}
</style>
border-color css
<style>
span { border-color: #83ADFE; }
span { border-color: rgb(131,173,254); }
td.TdClassName
{
border-color: #83ADFE;
}
.TagClassName
{
border-color: #83ADFE;
}
</style>