Shades of Jordy Blue #82ADE6
Tints of Jordy Blue #82ADE6
RGB
CMYK
RGB Variations
Color information
#82ADE6 (or 0x82ADE6) is known color: Jordy Blue. HEX triplet: 82, AD and E6. RGB value is (130,173,230). Sum of RGB (Red+Green+Blue) = 130+173+230=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #82ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ADE6 is #7D5219. Grayscale: #A6A6A6. Windows color (decimal): -8213018 or 15117698. OLE color: 15117698.
HSL color Cylindrical-coordinate representation of color #82ADE6: hue angle of 214.2º 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 #82ADE6 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 173 | 230 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.10 |
| HSL | 214.2º | 0.67% | 0.71% | - |
| HSV(B) | 214.2º | 0.43% | 0.9% | - |
| XYZ | 38.43 | 40.35 | 80.62 | - |
| YUV | 166.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 230 | 0.43 | 0.25 | 0 | 0.10 | 214.2 | 0.67 | 0.71 |
| Hex | 82 | AD | E6 | 2B | 19 | 0 | A | D6 | 43 | 47 |
| Octal | 202 | 255 | 346 | 53 | 31 | 0 | 12 | 326 | 103 | 107 |
| Binary | 10000010 | 10101101 | 11100110 | 101011 | 11001 | 0 | 1010 | 11010110 | 1000011 | 1000111 |
Color Harmonies of #82ADE6
Complementary color
Monochromatic Colors of #82ADE6
Black with #82ADE6
Text Example
Text Example
White with #82ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADE6; }
p { color: rgb(130,173,230); }
H1.HeaderClassName
{
color: #82ADE6;
}
.AnyTagClassName
{
color: #82ADE6;
}
</style>
background-color css
<style>
a { background-color: #82ADE6; }
a { background-color: rgb(130,173,230); }
div.DivClassName
{
background-color: #82ADE6;
}
.BgClassName
{
background-color: #82ADE6;
}
</style>
border-color css
<style>
span { border-color: #82ADE6; }
span { border-color: rgb(130,173,230); }
td.TdClassName
{
border-color: #82ADE6;
}
.TagClassName
{
border-color: #82ADE6;
}
</style>