Shades of Jordy Blue #82A9DB
Tints of Jordy Blue #82A9DB
RGB
CMYK
RGB Variations
Color information
#82A9DB (or 0x82A9DB) is known color: Jordy Blue. HEX triplet: 82, A9 and DB. RGB value is (130,169,219). Sum of RGB (Red+Green+Blue) = 130+169+219=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #82A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9DB is #7D5624. Grayscale: #A2A2A2. Windows color (decimal): -8214053 or 14395778. OLE color: 14395778.
HSL color Cylindrical-coordinate representation of color #82A9DB: hue angle of 213.71º 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 #82A9DB is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 169 | 219 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.14 |
| HSL | 213.71º | 0.55% | 0.68% | - |
| HSV(B) | 213.71º | 0.41% | 0.86% | - |
| XYZ | 36.18 | 38.24 | 72.49 | - |
| YUV | 163.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 219 | 0.41 | 0.23 | 0 | 0.14 | 213.71 | 0.55 | 0.68 |
| Hex | 82 | A9 | DB | 29 | 17 | 0 | E | D6 | 37 | 44 |
| Octal | 202 | 251 | 333 | 51 | 27 | 0 | 16 | 326 | 67 | 104 |
| Binary | 10000010 | 10101001 | 11011011 | 101001 | 10111 | 0 | 1110 | 11010110 | 110111 | 1000100 |
Color Harmonies of #82A9DB
Complementary color
Monochromatic Colors of #82A9DB
Black with #82A9DB
Text Example
Text Example
White with #82A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A9DB; }
p { color: rgb(130,169,219); }
H1.HeaderClassName
{
color: #82A9DB;
}
.AnyTagClassName
{
color: #82A9DB;
}
</style>
background-color css
<style>
a { background-color: #82A9DB; }
a { background-color: rgb(130,169,219); }
div.DivClassName
{
background-color: #82A9DB;
}
.BgClassName
{
background-color: #82A9DB;
}
</style>
border-color css
<style>
span { border-color: #82A9DB; }
span { border-color: rgb(130,169,219); }
td.TdClassName
{
border-color: #82A9DB;
}
.TagClassName
{
border-color: #82A9DB;
}
</style>