Shades of Jordy Blue #82ADDC
Tints of Jordy Blue #82ADDC
RGB
CMYK
RGB Variations
Color information
#82ADDC (or 0x82ADDC) is known color: Jordy Blue. HEX triplet: 82, AD and DC. RGB value is (130,173,220). Sum of RGB (Red+Green+Blue) = 130+173+220=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #82ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADDC is #7D5223. Grayscale: #A5A5A5. Windows color (decimal): -8213028 or 14462338. OLE color: 14462338.
HSL color Cylindrical-coordinate representation of color #82ADDC: hue angle of 211.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ADDC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 173 | 220 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 211.33º | 0.56% | 0.69% | - |
| HSV(B) | 211.33º | 0.41% | 0.86% | - |
| XYZ | 37.07 | 39.8 | 73.44 | - |
| YUV | 165.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 220 | 0.41 | 0.21 | 0 | 0.14 | 211.33 | 0.56 | 0.69 |
| Hex | 82 | AD | DC | 29 | 15 | 0 | E | D3 | 38 | 45 |
| Octal | 202 | 255 | 334 | 51 | 25 | 0 | 16 | 323 | 70 | 105 |
| Binary | 10000010 | 10101101 | 11011100 | 101001 | 10101 | 0 | 1110 | 11010011 | 111000 | 1000101 |
Color Harmonies of #82ADDC
Complementary color
Monochromatic Colors of #82ADDC
Black with #82ADDC
Text Example
Text Example
White with #82ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADDC; }
p { color: rgb(130,173,220); }
H1.HeaderClassName
{
color: #82ADDC;
}
.AnyTagClassName
{
color: #82ADDC;
}
</style>
background-color css
<style>
a { background-color: #82ADDC; }
a { background-color: rgb(130,173,220); }
div.DivClassName
{
background-color: #82ADDC;
}
.BgClassName
{
background-color: #82ADDC;
}
</style>
border-color css
<style>
span { border-color: #82ADDC; }
span { border-color: rgb(130,173,220); }
td.TdClassName
{
border-color: #82ADDC;
}
.TagClassName
{
border-color: #82ADDC;
}
</style>