Shades of Jordy Blue #82AAFF
Tints of Jordy Blue #82AAFF
RGB
CMYK
RGB Variations
Color information
#82AAFF (or 0x82AAFF) is known color: Jordy Blue. HEX triplet: 82, AA and FF. RGB value is (130,170,255). Sum of RGB (Red+Green+Blue) = 130+170+255=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #82AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AAFF is #7D5500. Grayscale: #A7A7A7. Windows color (decimal): -8213761 or 16755330. OLE color: 16755330.
HSL color Cylindrical-coordinate representation of color #82AAFF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82AAFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 170 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 220.8º | 1% | 0.75% | - |
| HSV(B) | 220.8º | 0.49% | 1% | - |
| XYZ | 41.63 | 40.72 | 100.27 | - |
| YUV | 167.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 255 | 0.49 | 0.33 | 0 | 0 | 220.8 | 1 | 0.75 |
| Hex | 82 | AA | FF | 31 | 21 | 0 | 0 | DD | 64 | 4B |
| Octal | 202 | 252 | 377 | 61 | 41 | 0 | 0 | 335 | 144 | 113 |
| Binary | 10000010 | 10101010 | 11111111 | 110001 | 100001 | 0 | 0 | 11011101 | 1100100 | 1001011 |
Color Harmonies of #82AAFF
Complementary color
Monochromatic Colors of #82AAFF
Black with #82AAFF
Text Example
Text Example
White with #82AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAFF; }
p { color: rgb(130,170,255); }
H1.HeaderClassName
{
color: #82AAFF;
}
.AnyTagClassName
{
color: #82AAFF;
}
</style>
background-color css
<style>
a { background-color: #82AAFF; }
a { background-color: rgb(130,170,255); }
div.DivClassName
{
background-color: #82AAFF;
}
.BgClassName
{
background-color: #82AAFF;
}
</style>
border-color css
<style>
span { border-color: #82AAFF; }
span { border-color: rgb(130,170,255); }
td.TdClassName
{
border-color: #82AAFF;
}
.TagClassName
{
border-color: #82AAFF;
}
</style>