Shades of Jordy Blue #82ABDD
Tints of Jordy Blue #82ABDD
RGB
CMYK
RGB Variations
Color information
#82ABDD (or 0x82ABDD) is known color: Jordy Blue. HEX triplet: 82, AB and DD. RGB value is (130,171,221). Sum of RGB (Red+Green+Blue) = 130+171+221=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #82ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABDD is #7D5422. Grayscale: #A4A4A4. Windows color (decimal): -8213539 or 14527362. OLE color: 14527362.
HSL color Cylindrical-coordinate representation of color #82ABDD: hue angle of 212.97º 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 #82ABDD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 171 | 221 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 212.97º | 0.57% | 0.69% | - |
| HSV(B) | 212.97º | 0.41% | 0.87% | - |
| XYZ | 36.82 | 39.09 | 74.01 | - |
| YUV | 164.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 221 | 0.41 | 0.23 | 0 | 0.13 | 212.97 | 0.57 | 0.69 |
| Hex | 82 | AB | DD | 29 | 17 | 0 | D | D5 | 39 | 45 |
| Octal | 202 | 253 | 335 | 51 | 27 | 0 | 15 | 325 | 71 | 105 |
| Binary | 10000010 | 10101011 | 11011101 | 101001 | 10111 | 0 | 1101 | 11010101 | 111001 | 1000101 |
Color Harmonies of #82ABDD
Complementary color
Monochromatic Colors of #82ABDD
Black with #82ABDD
Text Example
Text Example
White with #82ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABDD; }
p { color: rgb(130,171,221); }
H1.HeaderClassName
{
color: #82ABDD;
}
.AnyTagClassName
{
color: #82ABDD;
}
</style>
background-color css
<style>
a { background-color: #82ABDD; }
a { background-color: rgb(130,171,221); }
div.DivClassName
{
background-color: #82ABDD;
}
.BgClassName
{
background-color: #82ABDD;
}
</style>
border-color css
<style>
span { border-color: #82ABDD; }
span { border-color: rgb(130,171,221); }
td.TdClassName
{
border-color: #82ABDD;
}
.TagClassName
{
border-color: #82ABDD;
}
</style>