Shades of Jordy Blue #82ADDB
Tints of Jordy Blue #82ADDB
RGB
CMYK
RGB Variations
Color information
#82ADDB (or 0x82ADDB) is known color: Jordy Blue. HEX triplet: 82, AD and DB. RGB value is (130,173,219). Sum of RGB (Red+Green+Blue) = 130+173+219=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #82ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADDB is #7D5224. Grayscale: #A5A5A5. Windows color (decimal): -8213029 or 14396802. OLE color: 14396802.
HSL color Cylindrical-coordinate representation of color #82ADDB: hue angle of 211.01º 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 #82ADDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 173 | 219 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 211.01º | 0.55% | 0.68% | - |
| HSV(B) | 211.01º | 0.41% | 0.86% | - |
| XYZ | 36.94 | 39.75 | 72.74 | - |
| YUV | 165.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 219 | 0.41 | 0.21 | 0 | 0.14 | 211.01 | 0.55 | 0.68 |
| Hex | 82 | AD | DB | 29 | 15 | 0 | E | D3 | 37 | 44 |
| Octal | 202 | 255 | 333 | 51 | 25 | 0 | 16 | 323 | 67 | 104 |
| Binary | 10000010 | 10101101 | 11011011 | 101001 | 10101 | 0 | 1110 | 11010011 | 110111 | 1000100 |
Color Harmonies of #82ADDB
Complementary color
Monochromatic Colors of #82ADDB
Black with #82ADDB
Text Example
Text Example
White with #82ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADDB; }
p { color: rgb(130,173,219); }
H1.HeaderClassName
{
color: #82ADDB;
}
.AnyTagClassName
{
color: #82ADDB;
}
</style>
background-color css
<style>
a { background-color: #82ADDB; }
a { background-color: rgb(130,173,219); }
div.DivClassName
{
background-color: #82ADDB;
}
.BgClassName
{
background-color: #82ADDB;
}
</style>
border-color css
<style>
span { border-color: #82ADDB; }
span { border-color: rgb(130,173,219); }
td.TdClassName
{
border-color: #82ADDB;
}
.TagClassName
{
border-color: #82ADDB;
}
</style>