Shades of Jordy Blue #83AAFF
Tints of Jordy Blue #83AAFF
RGB
CMYK
RGB Variations
Color information
#83AAFF (or 0x83AAFF) is known color: Jordy Blue. HEX triplet: 83, AA and FF. RGB value is (131,170,255). Sum of RGB (Red+Green+Blue) = 131+170+255=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #83AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAFF is #7C5500. Grayscale: #A7A7A7. Windows color (decimal): -8148225 or 16755331. OLE color: 16755331.
HSL color Cylindrical-coordinate representation of color #83AAFF: hue angle of 221.13º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83AAFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 170 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 221.13º | 1% | 0.76% | - |
| HSV(B) | 221.13º | 0.49% | 1% | - |
| XYZ | 41.78 | 40.79 | 100.28 | - |
| YUV | 168.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 255 | 0.49 | 0.33 | 0 | 0 | 221.13 | 1 | 0.76 |
| Hex | 83 | AA | FF | 31 | 21 | 0 | 0 | DD | 64 | 4C |
| Octal | 203 | 252 | 377 | 61 | 41 | 0 | 0 | 335 | 144 | 114 |
| Binary | 10000011 | 10101010 | 11111111 | 110001 | 100001 | 0 | 0 | 11011101 | 1100100 | 1001100 |
Color Harmonies of #83AAFF
Complementary color
Monochromatic Colors of #83AAFF
Black with #83AAFF
Text Example
Text Example
White with #83AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAFF; }
p { color: rgb(131,170,255); }
H1.HeaderClassName
{
color: #83AAFF;
}
.AnyTagClassName
{
color: #83AAFF;
}
</style>
background-color css
<style>
a { background-color: #83AAFF; }
a { background-color: rgb(131,170,255); }
div.DivClassName
{
background-color: #83AAFF;
}
.BgClassName
{
background-color: #83AAFF;
}
</style>
border-color css
<style>
span { border-color: #83AAFF; }
span { border-color: rgb(131,170,255); }
td.TdClassName
{
border-color: #83AAFF;
}
.TagClassName
{
border-color: #83AAFF;
}
</style>