Shades of Jordy Blue #82ACDD
Tints of Jordy Blue #82ACDD
RGB
CMYK
RGB Variations
Color information
#82ACDD (or 0x82ACDD) is known color: Jordy Blue. HEX triplet: 82, AC and DD. RGB value is (130,172,221). Sum of RGB (Red+Green+Blue) = 130+172+221=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #82ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACDD is #7D5322. Grayscale: #A4A4A4. Windows color (decimal): -8213283 or 14527618. OLE color: 14527618.
HSL color Cylindrical-coordinate representation of color #82ACDD: hue angle of 212.31º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ACDD is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 172 | 221 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.13 |
| HSL | 212.31º | 0.57% | 0.69% | - |
| HSV(B) | 212.31º | 0.41% | 0.87% | - |
| XYZ | 37.01 | 39.47 | 74.07 | - |
| YUV | 165.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 221 | 0.41 | 0.22 | 0 | 0.13 | 212.31 | 0.57 | 0.69 |
| Hex | 82 | AC | DD | 29 | 16 | 0 | D | D4 | 39 | 45 |
| Octal | 202 | 254 | 335 | 51 | 26 | 0 | 15 | 324 | 71 | 105 |
| Binary | 10000010 | 10101100 | 11011101 | 101001 | 10110 | 0 | 1101 | 11010100 | 111001 | 1000101 |
Color Harmonies of #82ACDD
Complementary color
Monochromatic Colors of #82ACDD
Black with #82ACDD
Text Example
Text Example
White with #82ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACDD; }
p { color: rgb(130,172,221); }
H1.HeaderClassName
{
color: #82ACDD;
}
.AnyTagClassName
{
color: #82ACDD;
}
</style>
background-color css
<style>
a { background-color: #82ACDD; }
a { background-color: rgb(130,172,221); }
div.DivClassName
{
background-color: #82ACDD;
}
.BgClassName
{
background-color: #82ACDD;
}
</style>
border-color css
<style>
span { border-color: #82ACDD; }
span { border-color: rgb(130,172,221); }
td.TdClassName
{
border-color: #82ACDD;
}
.TagClassName
{
border-color: #82ACDD;
}
</style>