Shades of Jordy Blue #82AAEA
Tints of Jordy Blue #82AAEA
RGB
CMYK
RGB Variations
Color information
#82AAEA (or 0x82AAEA) is known color: Jordy Blue. HEX triplet: 82, AA and EA. RGB value is (130,170,234). Sum of RGB (Red+Green+Blue) = 130+170+234=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #82AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AAEA is #7D5515. Grayscale: #A5A5A5. Windows color (decimal): -8213782 or 15379074. OLE color: 15379074.
HSL color Cylindrical-coordinate representation of color #82AAEA: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82AAEA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 170 | 234 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.08 |
| HSL | 216.92º | 0.71% | 0.71% | - |
| HSV(B) | 216.92º | 0.44% | 0.92% | - |
| XYZ | 38.43 | 39.44 | 83.43 | - |
| YUV | 165.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 234 | 0.44 | 0.27 | 0 | 0.08 | 216.92 | 0.71 | 0.71 |
| Hex | 82 | AA | EA | 2C | 1B | 0 | 8 | D9 | 47 | 47 |
| Octal | 202 | 252 | 352 | 54 | 33 | 0 | 10 | 331 | 107 | 107 |
| Binary | 10000010 | 10101010 | 11101010 | 101100 | 11011 | 0 | 1000 | 11011001 | 1000111 | 1000111 |
Color Harmonies of #82AAEA
Complementary color
Monochromatic Colors of #82AAEA
Black with #82AAEA
Text Example
Text Example
White with #82AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAEA; }
p { color: rgb(130,170,234); }
H1.HeaderClassName
{
color: #82AAEA;
}
.AnyTagClassName
{
color: #82AAEA;
}
</style>
background-color css
<style>
a { background-color: #82AAEA; }
a { background-color: rgb(130,170,234); }
div.DivClassName
{
background-color: #82AAEA;
}
.BgClassName
{
background-color: #82AAEA;
}
</style>
border-color css
<style>
span { border-color: #82AAEA; }
span { border-color: rgb(130,170,234); }
td.TdClassName
{
border-color: #82AAEA;
}
.TagClassName
{
border-color: #82AAEA;
}
</style>