Shades of Jordy Blue #82ABDB
Tints of Jordy Blue #82ABDB
RGB
CMYK
RGB Variations
Color information
#82ABDB (or 0x82ABDB) is known color: Jordy Blue. HEX triplet: 82, AB and DB. RGB value is (130,171,219). Sum of RGB (Red+Green+Blue) = 130+171+219=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #82ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABDB is #7D5424. Grayscale: #A3A3A3. Windows color (decimal): -8213541 or 14396290. OLE color: 14396290.
HSL color Cylindrical-coordinate representation of color #82ABDB: hue angle of 212.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ABDB is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 171 | 219 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.14 |
| HSL | 212.36º | 0.55% | 0.68% | - |
| HSV(B) | 212.36º | 0.41% | 0.86% | - |
| XYZ | 36.56 | 38.99 | 72.62 | - |
| YUV | 164.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 219 | 0.41 | 0.22 | 0 | 0.14 | 212.36 | 0.55 | 0.68 |
| Hex | 82 | AB | DB | 29 | 16 | 0 | E | D4 | 37 | 44 |
| Octal | 202 | 253 | 333 | 51 | 26 | 0 | 16 | 324 | 67 | 104 |
| Binary | 10000010 | 10101011 | 11011011 | 101001 | 10110 | 0 | 1110 | 11010100 | 110111 | 1000100 |
Color Harmonies of #82ABDB
Complementary color
Monochromatic Colors of #82ABDB
Black with #82ABDB
Text Example
Text Example
White with #82ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABDB; }
p { color: rgb(130,171,219); }
H1.HeaderClassName
{
color: #82ABDB;
}
.AnyTagClassName
{
color: #82ABDB;
}
</style>
background-color css
<style>
a { background-color: #82ABDB; }
a { background-color: rgb(130,171,219); }
div.DivClassName
{
background-color: #82ABDB;
}
.BgClassName
{
background-color: #82ABDB;
}
</style>
border-color css
<style>
span { border-color: #82ABDB; }
span { border-color: rgb(130,171,219); }
td.TdClassName
{
border-color: #82ABDB;
}
.TagClassName
{
border-color: #82ABDB;
}
</style>