Shades of Jordy Blue #83AAF3
Tints of Jordy Blue #83AAF3
RGB
CMYK
RGB Variations
Color information
#83AAF3 (or 0x83AAF3) is known color: Jordy Blue. HEX triplet: 83, AA and F3. RGB value is (131,170,243). Sum of RGB (Red+Green+Blue) = 131+170+243=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #83AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF3 is #7C550C. Grayscale: #A6A6A6. Windows color (decimal): -8148237 or 15968899. OLE color: 15968899.
HSL color Cylindrical-coordinate representation of color #83AAF3: hue angle of 219.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83AAF3 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 170 | 243 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.05 |
| HSL | 219.11º | 0.82% | 0.73% | - |
| HSV(B) | 219.11º | 0.46% | 0.95% | - |
| XYZ | 39.91 | 40.05 | 90.42 | - |
| YUV | 166.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 243 | 0.46 | 0.30 | 0 | 0.05 | 219.11 | 0.82 | 0.73 |
| Hex | 83 | AA | F3 | 2E | 1E | 0 | 5 | DB | 52 | 49 |
| Octal | 203 | 252 | 363 | 56 | 36 | 0 | 5 | 333 | 122 | 111 |
| Binary | 10000011 | 10101010 | 11110011 | 101110 | 11110 | 0 | 101 | 11011011 | 1010010 | 1001001 |
Color Harmonies of #83AAF3
Complementary color
Monochromatic Colors of #83AAF3
Black with #83AAF3
Text Example
Text Example
White with #83AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAF3; }
p { color: rgb(131,170,243); }
H1.HeaderClassName
{
color: #83AAF3;
}
.AnyTagClassName
{
color: #83AAF3;
}
</style>
background-color css
<style>
a { background-color: #83AAF3; }
a { background-color: rgb(131,170,243); }
div.DivClassName
{
background-color: #83AAF3;
}
.BgClassName
{
background-color: #83AAF3;
}
</style>
border-color css
<style>
span { border-color: #83AAF3; }
span { border-color: rgb(131,170,243); }
td.TdClassName
{
border-color: #83AAF3;
}
.TagClassName
{
border-color: #83AAF3;
}
</style>