Shades of Jordy Blue #82ADDA
Tints of Jordy Blue #82ADDA
RGB
CMYK
RGB Variations
Color information
#82ADDA (or 0x82ADDA) is known color: Jordy Blue. HEX triplet: 82, AD and DA. RGB value is (130,173,218). Sum of RGB (Red+Green+Blue) = 130+173+218=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #82ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADDA is #7D5225. Grayscale: #A5A5A5. Windows color (decimal): -8213030 or 14331266. OLE color: 14331266.
HSL color Cylindrical-coordinate representation of color #82ADDA: hue angle of 210.68º 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 #82ADDA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 173 | 218 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.15 |
| HSL | 210.68º | 0.54% | 0.68% | - |
| HSV(B) | 210.68º | 0.4% | 0.85% | - |
| XYZ | 36.8 | 39.69 | 72.05 | - |
| YUV | 165.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 218 | 0.40 | 0.21 | 0 | 0.15 | 210.68 | 0.54 | 0.68 |
| Hex | 82 | AD | DA | 28 | 15 | 0 | F | D3 | 36 | 44 |
| Octal | 202 | 255 | 332 | 50 | 25 | 0 | 17 | 323 | 66 | 104 |
| Binary | 10000010 | 10101101 | 11011010 | 101000 | 10101 | 0 | 1111 | 11010011 | 110110 | 1000100 |
Color Harmonies of #82ADDA
Complementary color
Monochromatic Colors of #82ADDA
Black with #82ADDA
Text Example
Text Example
White with #82ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADDA; }
p { color: rgb(130,173,218); }
H1.HeaderClassName
{
color: #82ADDA;
}
.AnyTagClassName
{
color: #82ADDA;
}
</style>
background-color css
<style>
a { background-color: #82ADDA; }
a { background-color: rgb(130,173,218); }
div.DivClassName
{
background-color: #82ADDA;
}
.BgClassName
{
background-color: #82ADDA;
}
</style>
border-color css
<style>
span { border-color: #82ADDA; }
span { border-color: rgb(130,173,218); }
td.TdClassName
{
border-color: #82ADDA;
}
.TagClassName
{
border-color: #82ADDA;
}
</style>