Shades of Jordy Blue #82ABDC
Tints of Jordy Blue #82ABDC
RGB
CMYK
RGB Variations
Color information
#82ABDC (or 0x82ABDC) is known color: Jordy Blue. HEX triplet: 82, AB and DC. RGB value is (130,171,220). Sum of RGB (Red+Green+Blue) = 130+171+220=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #82ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABDC is #7D5423. Grayscale: #A4A4A4. Windows color (decimal): -8213540 or 14461826. OLE color: 14461826.
HSL color Cylindrical-coordinate representation of color #82ABDC: hue angle of 212.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 #82ABDC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 171 | 220 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.14 |
| HSL | 212.67º | 0.56% | 0.69% | - |
| HSV(B) | 212.67º | 0.41% | 0.86% | - |
| XYZ | 36.69 | 39.04 | 73.31 | - |
| YUV | 164.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 220 | 0.41 | 0.22 | 0 | 0.14 | 212.67 | 0.56 | 0.69 |
| Hex | 82 | AB | DC | 29 | 16 | 0 | E | D5 | 38 | 45 |
| Octal | 202 | 253 | 334 | 51 | 26 | 0 | 16 | 325 | 70 | 105 |
| Binary | 10000010 | 10101011 | 11011100 | 101001 | 10110 | 0 | 1110 | 11010101 | 111000 | 1000101 |
Color Harmonies of #82ABDC
Complementary color
Monochromatic Colors of #82ABDC
Black with #82ABDC
Text Example
Text Example
White with #82ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABDC; }
p { color: rgb(130,171,220); }
H1.HeaderClassName
{
color: #82ABDC;
}
.AnyTagClassName
{
color: #82ABDC;
}
</style>
background-color css
<style>
a { background-color: #82ABDC; }
a { background-color: rgb(130,171,220); }
div.DivClassName
{
background-color: #82ABDC;
}
.BgClassName
{
background-color: #82ABDC;
}
</style>
border-color css
<style>
span { border-color: #82ABDC; }
span { border-color: rgb(130,171,220); }
td.TdClassName
{
border-color: #82ABDC;
}
.TagClassName
{
border-color: #82ABDC;
}
</style>