Shades of Jordy Blue #82B4EE
Tints of Jordy Blue #82B4EE
RGB
CMYK
RGB Variations
Color information
#82B4EE (or 0x82B4EE) is known color: Jordy Blue. HEX triplet: 82, B4 and EE. RGB value is (130,180,238). Sum of RGB (Red+Green+Blue) = 130+180+238=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #82B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B4EE is #7D4B11. Grayscale: #ABABAB. Windows color (decimal): -8211218 or 15643778. OLE color: 15643778.
HSL color Cylindrical-coordinate representation of color #82B4EE: hue angle of 212.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82B4EE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 180 | 238 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.07 |
| HSL | 212.22º | 0.76% | 0.72% | - |
| HSV(B) | 212.22º | 0.45% | 0.93% | - |
| XYZ | 40.96 | 43.56 | 87.14 | - |
| YUV | 171.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 238 | 0.45 | 0.24 | 0 | 0.07 | 212.22 | 0.76 | 0.72 |
| Hex | 82 | B4 | EE | 2D | 18 | 0 | 7 | D4 | 4C | 48 |
| Octal | 202 | 264 | 356 | 55 | 30 | 0 | 7 | 324 | 114 | 110 |
| Binary | 10000010 | 10110100 | 11101110 | 101101 | 11000 | 0 | 111 | 11010100 | 1001100 | 1001000 |
Color Harmonies of #82B4EE
Complementary color
Monochromatic Colors of #82B4EE
Black with #82B4EE
Text Example
Text Example
White with #82B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B4EE; }
p { color: rgb(130,180,238); }
H1.HeaderClassName
{
color: #82B4EE;
}
.AnyTagClassName
{
color: #82B4EE;
}
</style>
background-color css
<style>
a { background-color: #82B4EE; }
a { background-color: rgb(130,180,238); }
div.DivClassName
{
background-color: #82B4EE;
}
.BgClassName
{
background-color: #82B4EE;
}
</style>
border-color css
<style>
span { border-color: #82B4EE; }
span { border-color: rgb(130,180,238); }
td.TdClassName
{
border-color: #82B4EE;
}
.TagClassName
{
border-color: #82B4EE;
}
</style>