Shades of Jordy Blue #82ACE6
Tints of Jordy Blue #82ACE6
RGB
CMYK
RGB Variations
Color information
#82ACE6 (or 0x82ACE6) is known color: Jordy Blue. HEX triplet: 82, AC and E6. RGB value is (130,172,230). Sum of RGB (Red+Green+Blue) = 130+172+230=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #82ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACE6 is #7D5319. Grayscale: #A5A5A5. Windows color (decimal): -8213274 or 15117442. OLE color: 15117442.
HSL color Cylindrical-coordinate representation of color #82ACE6: hue angle of 214.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82ACE6 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 172 | 230 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.10 |
| HSL | 214.8º | 0.67% | 0.71% | - |
| HSV(B) | 214.8º | 0.43% | 0.9% | - |
| XYZ | 38.24 | 39.96 | 80.56 | - |
| YUV | 166.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 230 | 0.43 | 0.25 | 0 | 0.10 | 214.8 | 0.67 | 0.71 |
| Hex | 82 | AC | E6 | 2B | 19 | 0 | A | D7 | 43 | 47 |
| Octal | 202 | 254 | 346 | 53 | 31 | 0 | 12 | 327 | 103 | 107 |
| Binary | 10000010 | 10101100 | 11100110 | 101011 | 11001 | 0 | 1010 | 11010111 | 1000011 | 1000111 |
Color Harmonies of #82ACE6
Complementary color
Monochromatic Colors of #82ACE6
Black with #82ACE6
Text Example
Text Example
White with #82ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACE6; }
p { color: rgb(130,172,230); }
H1.HeaderClassName
{
color: #82ACE6;
}
.AnyTagClassName
{
color: #82ACE6;
}
</style>
background-color css
<style>
a { background-color: #82ACE6; }
a { background-color: rgb(130,172,230); }
div.DivClassName
{
background-color: #82ACE6;
}
.BgClassName
{
background-color: #82ACE6;
}
</style>
border-color css
<style>
span { border-color: #82ACE6; }
span { border-color: rgb(130,172,230); }
td.TdClassName
{
border-color: #82ACE6;
}
.TagClassName
{
border-color: #82ACE6;
}
</style>