Shades of Jordy Blue #82AEDC
Tints of Jordy Blue #82AEDC
RGB
CMYK
RGB Variations
Color information
#82AEDC (or 0x82AEDC) is known color: Jordy Blue. HEX triplet: 82, AE and DC. RGB value is (130,174,220). Sum of RGB (Red+Green+Blue) = 130+174+220=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #82AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEDC is #7D5123. Grayscale: #A5A5A5. Windows color (decimal): -8212772 or 14462594. OLE color: 14462594.
HSL color Cylindrical-coordinate representation of color #82AEDC: hue angle of 210.67º 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 #82AEDC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 174 | 220 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 210.67º | 0.56% | 0.69% | - |
| HSV(B) | 210.67º | 0.41% | 0.86% | - |
| XYZ | 37.26 | 40.19 | 73.5 | - |
| YUV | 166.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 220 | 0.41 | 0.21 | 0 | 0.14 | 210.67 | 0.56 | 0.69 |
| Hex | 82 | AE | DC | 29 | 15 | 0 | E | D3 | 38 | 45 |
| Octal | 202 | 256 | 334 | 51 | 25 | 0 | 16 | 323 | 70 | 105 |
| Binary | 10000010 | 10101110 | 11011100 | 101001 | 10101 | 0 | 1110 | 11010011 | 111000 | 1000101 |
Color Harmonies of #82AEDC
Complementary color
Monochromatic Colors of #82AEDC
Black with #82AEDC
Text Example
Text Example
White with #82AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEDC; }
p { color: rgb(130,174,220); }
H1.HeaderClassName
{
color: #82AEDC;
}
.AnyTagClassName
{
color: #82AEDC;
}
</style>
background-color css
<style>
a { background-color: #82AEDC; }
a { background-color: rgb(130,174,220); }
div.DivClassName
{
background-color: #82AEDC;
}
.BgClassName
{
background-color: #82AEDC;
}
</style>
border-color css
<style>
span { border-color: #82AEDC; }
span { border-color: rgb(130,174,220); }
td.TdClassName
{
border-color: #82AEDC;
}
.TagClassName
{
border-color: #82AEDC;
}
</style>