Shades of Jordy Blue #82B0DB
Tints of Jordy Blue #82B0DB
RGB
CMYK
RGB Variations
Color information
#82B0DB (or 0x82B0DB) is known color: Jordy Blue. HEX triplet: 82, B0 and DB. RGB value is (130,176,219). Sum of RGB (Red+Green+Blue) = 130+176+219=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #82B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B0DB is #7D4F24. Grayscale: #A6A6A6. Windows color (decimal): -8212261 or 14397570. OLE color: 14397570.
HSL color Cylindrical-coordinate representation of color #82B0DB: hue angle of 208.99º 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 #82B0DB is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 176 | 219 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.14 |
| HSL | 208.99º | 0.55% | 0.68% | - |
| HSV(B) | 208.99º | 0.41% | 0.86% | - |
| XYZ | 37.52 | 40.91 | 72.94 | - |
| YUV | 167.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 219 | 0.41 | 0.20 | 0 | 0.14 | 208.99 | 0.55 | 0.68 |
| Hex | 82 | B0 | DB | 29 | 14 | 0 | E | D1 | 37 | 44 |
| Octal | 202 | 260 | 333 | 51 | 24 | 0 | 16 | 321 | 67 | 104 |
| Binary | 10000010 | 10110000 | 11011011 | 101001 | 10100 | 0 | 1110 | 11010001 | 110111 | 1000100 |
Color Harmonies of #82B0DB
Complementary color
Monochromatic Colors of #82B0DB
Black with #82B0DB
Text Example
Text Example
White with #82B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B0DB; }
p { color: rgb(130,176,219); }
H1.HeaderClassName
{
color: #82B0DB;
}
.AnyTagClassName
{
color: #82B0DB;
}
</style>
background-color css
<style>
a { background-color: #82B0DB; }
a { background-color: rgb(130,176,219); }
div.DivClassName
{
background-color: #82B0DB;
}
.BgClassName
{
background-color: #82B0DB;
}
</style>
border-color css
<style>
span { border-color: #82B0DB; }
span { border-color: rgb(130,176,219); }
td.TdClassName
{
border-color: #82B0DB;
}
.TagClassName
{
border-color: #82B0DB;
}
</style>