Shades of Jordy Blue #83ACF9
Tints of Jordy Blue #83ACF9
RGB
CMYK
RGB Variations
Color information
#83ACF9 (or 0x83ACF9) is known color: Jordy Blue. HEX triplet: 83, AC and F9. RGB value is (131,172,249). Sum of RGB (Red+Green+Blue) = 131+172+249=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #83ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACF9 is #7C5306. Grayscale: #A8A8A8. Windows color (decimal): -8147719 or 16362627. OLE color: 16362627.
HSL color Cylindrical-coordinate representation of color #83ACF9: hue angle of 219.15º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83ACF9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 172 | 249 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.02 |
| HSL | 219.15º | 0.91% | 0.75% | - |
| HSV(B) | 219.15º | 0.47% | 0.98% | - |
| XYZ | 41.21 | 41.17 | 95.4 | - |
| YUV | 168.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 249 | 0.47 | 0.31 | 0 | 0.02 | 219.15 | 0.91 | 0.75 |
| Hex | 83 | AC | F9 | 2F | 1F | 0 | 2 | DB | 5B | 4B |
| Octal | 203 | 254 | 371 | 57 | 37 | 0 | 2 | 333 | 133 | 113 |
| Binary | 10000011 | 10101100 | 11111001 | 101111 | 11111 | 0 | 10 | 11011011 | 1011011 | 1001011 |
Color Harmonies of #83ACF9
Complementary color
Monochromatic Colors of #83ACF9
Black with #83ACF9
Text Example
Text Example
White with #83ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACF9; }
p { color: rgb(131,172,249); }
H1.HeaderClassName
{
color: #83ACF9;
}
.AnyTagClassName
{
color: #83ACF9;
}
</style>
background-color css
<style>
a { background-color: #83ACF9; }
a { background-color: rgb(131,172,249); }
div.DivClassName
{
background-color: #83ACF9;
}
.BgClassName
{
background-color: #83ACF9;
}
</style>
border-color css
<style>
span { border-color: #83ACF9; }
span { border-color: rgb(131,172,249); }
td.TdClassName
{
border-color: #83ACF9;
}
.TagClassName
{
border-color: #83ACF9;
}
</style>