Shades of Jordy Blue #84B0EE
Tints of Jordy Blue #84B0EE
RGB
CMYK
RGB Variations
Color information
#84B0EE (or 0x84B0EE) is known color: Jordy Blue. HEX triplet: 84, B0 and EE. RGB value is (132,176,238). Sum of RGB (Red+Green+Blue) = 132+176+238=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #84B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B0EE is #7B4F11. Grayscale: #A9A9A9. Windows color (decimal): -8081170 or 15642756. OLE color: 15642756.
HSL color Cylindrical-coordinate representation of color #84B0EE: hue angle of 215.09º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84B0EE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 176 | 238 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.07 |
| HSL | 215.09º | 0.76% | 0.73% | - |
| HSV(B) | 215.09º | 0.45% | 0.93% | - |
| XYZ | 40.47 | 42.13 | 86.89 | - |
| YUV | 169.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 238 | 0.45 | 0.26 | 0 | 0.07 | 215.09 | 0.76 | 0.73 |
| Hex | 84 | B0 | EE | 2D | 1A | 0 | 7 | D7 | 4C | 49 |
| Octal | 204 | 260 | 356 | 55 | 32 | 0 | 7 | 327 | 114 | 111 |
| Binary | 10000100 | 10110000 | 11101110 | 101101 | 11010 | 0 | 111 | 11010111 | 1001100 | 1001001 |
Color Harmonies of #84B0EE
Complementary color
Monochromatic Colors of #84B0EE
Black with #84B0EE
Text Example
Text Example
White with #84B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B0EE; }
p { color: rgb(132,176,238); }
H1.HeaderClassName
{
color: #84B0EE;
}
.AnyTagClassName
{
color: #84B0EE;
}
</style>
background-color css
<style>
a { background-color: #84B0EE; }
a { background-color: rgb(132,176,238); }
div.DivClassName
{
background-color: #84B0EE;
}
.BgClassName
{
background-color: #84B0EE;
}
</style>
border-color css
<style>
span { border-color: #84B0EE; }
span { border-color: rgb(132,176,238); }
td.TdClassName
{
border-color: #84B0EE;
}
.TagClassName
{
border-color: #84B0EE;
}
</style>