Shades of Jordy Blue #82B3DB
Tints of Jordy Blue #82B3DB
RGB
CMYK
RGB Variations
Color information
#82B3DB (or 0x82B3DB) is known color: Jordy Blue. HEX triplet: 82, B3 and DB. RGB value is (130,179,219). Sum of RGB (Red+Green+Blue) = 130+179+219=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #82B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B3DB is #7D4C24. Grayscale: #A8A8A8. Windows color (decimal): -8211493 or 14398338. OLE color: 14398338.
HSL color Cylindrical-coordinate representation of color #82B3DB: hue angle of 206.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82B3DB is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 179 | 219 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.14 |
| HSL | 206.97º | 0.55% | 0.68% | - |
| HSV(B) | 206.97º | 0.41% | 0.86% | - |
| XYZ | 38.11 | 42.1 | 73.14 | - |
| YUV | 168.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 219 | 0.41 | 0.18 | 0 | 0.14 | 206.97 | 0.55 | 0.68 |
| Hex | 82 | B3 | DB | 29 | 12 | 0 | E | CF | 37 | 44 |
| Octal | 202 | 263 | 333 | 51 | 22 | 0 | 16 | 317 | 67 | 104 |
| Binary | 10000010 | 10110011 | 11011011 | 101001 | 10010 | 0 | 1110 | 11001111 | 110111 | 1000100 |
Color Harmonies of #82B3DB
Complementary color
Monochromatic Colors of #82B3DB
Black with #82B3DB
Text Example
Text Example
White with #82B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B3DB; }
p { color: rgb(130,179,219); }
H1.HeaderClassName
{
color: #82B3DB;
}
.AnyTagClassName
{
color: #82B3DB;
}
</style>
background-color css
<style>
a { background-color: #82B3DB; }
a { background-color: rgb(130,179,219); }
div.DivClassName
{
background-color: #82B3DB;
}
.BgClassName
{
background-color: #82B3DB;
}
</style>
border-color css
<style>
span { border-color: #82B3DB; }
span { border-color: rgb(130,179,219); }
td.TdClassName
{
border-color: #82B3DB;
}
.TagClassName
{
border-color: #82B3DB;
}
</style>