Shades of Jordy Blue #82AAE1
Tints of Jordy Blue #82AAE1
RGB
CMYK
RGB Variations
Color information
#82AAE1 (or 0x82AAE1) is known color: Jordy Blue. HEX triplet: 82, AA and E1. RGB value is (130,170,225). Sum of RGB (Red+Green+Blue) = 130+170+225=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #82AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAE1 is #7D551E. Grayscale: #A4A4A4. Windows color (decimal): -8213791 or 14789250. OLE color: 14789250.
HSL color Cylindrical-coordinate representation of color #82AAE1: hue angle of 214.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AAE1 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 170 | 225 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.12 |
| HSL | 214.74º | 0.61% | 0.7% | - |
| HSV(B) | 214.74º | 0.42% | 0.88% | - |
| XYZ | 37.17 | 38.93 | 76.79 | - |
| YUV | 164.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 225 | 0.42 | 0.24 | 0 | 0.12 | 214.74 | 0.61 | 0.7 |
| Hex | 82 | AA | E1 | 2A | 18 | 0 | C | D7 | 3D | 46 |
| Octal | 202 | 252 | 341 | 52 | 30 | 0 | 14 | 327 | 75 | 106 |
| Binary | 10000010 | 10101010 | 11100001 | 101010 | 11000 | 0 | 1100 | 11010111 | 111101 | 1000110 |
Color Harmonies of #82AAE1
Complementary color
Monochromatic Colors of #82AAE1
Black with #82AAE1
Text Example
Text Example
White with #82AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAE1; }
p { color: rgb(130,170,225); }
H1.HeaderClassName
{
color: #82AAE1;
}
.AnyTagClassName
{
color: #82AAE1;
}
</style>
background-color css
<style>
a { background-color: #82AAE1; }
a { background-color: rgb(130,170,225); }
div.DivClassName
{
background-color: #82AAE1;
}
.BgClassName
{
background-color: #82AAE1;
}
</style>
border-color css
<style>
span { border-color: #82AAE1; }
span { border-color: rgb(130,170,225); }
td.TdClassName
{
border-color: #82AAE1;
}
.TagClassName
{
border-color: #82AAE1;
}
</style>