Shades of Jordy Blue #82AEDB
Tints of Jordy Blue #82AEDB
RGB
CMYK
RGB Variations
Color information
#82AEDB (or 0x82AEDB) is known color: Jordy Blue. HEX triplet: 82, AE and DB. RGB value is (130,174,219). Sum of RGB (Red+Green+Blue) = 130+174+219=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #82AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEDB is #7D5124. Grayscale: #A5A5A5. Windows color (decimal): -8212773 or 14397058. OLE color: 14397058.
HSL color Cylindrical-coordinate representation of color #82AEDB: hue angle of 210.34º 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 #82AEDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 174 | 219 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 210.34º | 0.55% | 0.68% | - |
| HSV(B) | 210.34º | 0.41% | 0.86% | - |
| XYZ | 37.13 | 40.13 | 72.81 | - |
| YUV | 165.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 219 | 0.41 | 0.21 | 0 | 0.14 | 210.34 | 0.55 | 0.68 |
| Hex | 82 | AE | DB | 29 | 15 | 0 | E | D2 | 37 | 44 |
| Octal | 202 | 256 | 333 | 51 | 25 | 0 | 16 | 322 | 67 | 104 |
| Binary | 10000010 | 10101110 | 11011011 | 101001 | 10101 | 0 | 1110 | 11010010 | 110111 | 1000100 |
Color Harmonies of #82AEDB
Complementary color
Monochromatic Colors of #82AEDB
Black with #82AEDB
Text Example
Text Example
White with #82AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEDB; }
p { color: rgb(130,174,219); }
H1.HeaderClassName
{
color: #82AEDB;
}
.AnyTagClassName
{
color: #82AEDB;
}
</style>
background-color css
<style>
a { background-color: #82AEDB; }
a { background-color: rgb(130,174,219); }
div.DivClassName
{
background-color: #82AEDB;
}
.BgClassName
{
background-color: #82AEDB;
}
</style>
border-color css
<style>
span { border-color: #82AEDB; }
span { border-color: rgb(130,174,219); }
td.TdClassName
{
border-color: #82AEDB;
}
.TagClassName
{
border-color: #82AEDB;
}
</style>