Shades of Jordy Blue #82A8EF
Tints of Jordy Blue #82A8EF
RGB
CMYK
RGB Variations
Color information
#82A8EF (or 0x82A8EF) is known color: Jordy Blue. HEX triplet: 82, A8 and EF. RGB value is (130,168,239). Sum of RGB (Red+Green+Blue) = 130+168+239=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #82A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A8EF is #7D5710. Grayscale: #A4A4A4. Windows color (decimal): -8214289 or 15706242. OLE color: 15706242.
HSL color Cylindrical-coordinate representation of color #82A8EF: hue angle of 219.08º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82A8EF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 168 | 239 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.06 |
| HSL | 219.08º | 0.77% | 0.72% | - |
| HSV(B) | 219.08º | 0.46% | 0.94% | - |
| XYZ | 38.79 | 38.98 | 87.14 | - |
| YUV | 164.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 239 | 0.46 | 0.30 | 0 | 0.06 | 219.08 | 0.77 | 0.72 |
| Hex | 82 | A8 | EF | 2E | 1E | 0 | 6 | DB | 4D | 48 |
| Octal | 202 | 250 | 357 | 56 | 36 | 0 | 6 | 333 | 115 | 110 |
| Binary | 10000010 | 10101000 | 11101111 | 101110 | 11110 | 0 | 110 | 11011011 | 1001101 | 1001000 |
Color Harmonies of #82A8EF
Complementary color
Monochromatic Colors of #82A8EF
Black with #82A8EF
Text Example
Text Example
White with #82A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A8EF; }
p { color: rgb(130,168,239); }
H1.HeaderClassName
{
color: #82A8EF;
}
.AnyTagClassName
{
color: #82A8EF;
}
</style>
background-color css
<style>
a { background-color: #82A8EF; }
a { background-color: rgb(130,168,239); }
div.DivClassName
{
background-color: #82A8EF;
}
.BgClassName
{
background-color: #82A8EF;
}
</style>
border-color css
<style>
span { border-color: #82A8EF; }
span { border-color: rgb(130,168,239); }
td.TdClassName
{
border-color: #82A8EF;
}
.TagClassName
{
border-color: #82A8EF;
}
</style>