Shades of Jordy Blue #82ABDA
Tints of Jordy Blue #82ABDA
RGB
CMYK
RGB Variations
Color information
#82ABDA (or 0x82ABDA) is known color: Jordy Blue. HEX triplet: 82, AB and DA. RGB value is (130,171,218). Sum of RGB (Red+Green+Blue) = 130+171+218=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #82ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABDA is #7D5425. Grayscale: #A3A3A3. Windows color (decimal): -8213542 or 14330754. OLE color: 14330754.
HSL color Cylindrical-coordinate representation of color #82ABDA: hue angle of 212.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82ABDA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 171 | 218 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.15 |
| HSL | 212.05º | 0.54% | 0.68% | - |
| HSV(B) | 212.05º | 0.4% | 0.85% | - |
| XYZ | 36.42 | 38.93 | 71.92 | - |
| YUV | 164.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 218 | 0.40 | 0.22 | 0 | 0.15 | 212.05 | 0.54 | 0.68 |
| Hex | 82 | AB | DA | 28 | 16 | 0 | F | D4 | 36 | 44 |
| Octal | 202 | 253 | 332 | 50 | 26 | 0 | 17 | 324 | 66 | 104 |
| Binary | 10000010 | 10101011 | 11011010 | 101000 | 10110 | 0 | 1111 | 11010100 | 110110 | 1000100 |
Color Harmonies of #82ABDA
Complementary color
Monochromatic Colors of #82ABDA
Black with #82ABDA
Text Example
Text Example
White with #82ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABDA; }
p { color: rgb(130,171,218); }
H1.HeaderClassName
{
color: #82ABDA;
}
.AnyTagClassName
{
color: #82ABDA;
}
</style>
background-color css
<style>
a { background-color: #82ABDA; }
a { background-color: rgb(130,171,218); }
div.DivClassName
{
background-color: #82ABDA;
}
.BgClassName
{
background-color: #82ABDA;
}
</style>
border-color css
<style>
span { border-color: #82ABDA; }
span { border-color: rgb(130,171,218); }
td.TdClassName
{
border-color: #82ABDA;
}
.TagClassName
{
border-color: #82ABDA;
}
</style>