Shades of Jordy Blue #82B1DC
Tints of Jordy Blue #82B1DC
RGB
CMYK
RGB Variations
Color information
#82B1DC (or 0x82B1DC) is known color: Jordy Blue. HEX triplet: 82, B1 and DC. RGB value is (130,177,220). Sum of RGB (Red+Green+Blue) = 130+177+220=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #82B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1DC is #7D4E23. Grayscale: #A7A7A7. Windows color (decimal): -8212004 or 14463362. OLE color: 14463362.
HSL color Cylindrical-coordinate representation of color #82B1DC: hue angle of 208.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 #82B1DC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 177 | 220 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.14 |
| HSL | 208.67º | 0.56% | 0.69% | - |
| HSV(B) | 208.67º | 0.41% | 0.86% | - |
| XYZ | 37.85 | 41.36 | 73.7 | - |
| YUV | 167.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 220 | 0.41 | 0.20 | 0 | 0.14 | 208.67 | 0.56 | 0.69 |
| Hex | 82 | B1 | DC | 29 | 14 | 0 | E | D1 | 38 | 45 |
| Octal | 202 | 261 | 334 | 51 | 24 | 0 | 16 | 321 | 70 | 105 |
| Binary | 10000010 | 10110001 | 11011100 | 101001 | 10100 | 0 | 1110 | 11010001 | 111000 | 1000101 |
Color Harmonies of #82B1DC
Complementary color
Monochromatic Colors of #82B1DC
Black with #82B1DC
Text Example
Text Example
White with #82B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B1DC; }
p { color: rgb(130,177,220); }
H1.HeaderClassName
{
color: #82B1DC;
}
.AnyTagClassName
{
color: #82B1DC;
}
</style>
background-color css
<style>
a { background-color: #82B1DC; }
a { background-color: rgb(130,177,220); }
div.DivClassName
{
background-color: #82B1DC;
}
.BgClassName
{
background-color: #82B1DC;
}
</style>
border-color css
<style>
span { border-color: #82B1DC; }
span { border-color: rgb(130,177,220); }
td.TdClassName
{
border-color: #82B1DC;
}
.TagClassName
{
border-color: #82B1DC;
}
</style>