Shades of Jordy Blue #84B6EE
Tints of Jordy Blue #84B6EE
RGB
CMYK
RGB Variations
Color information
#84B6EE (or 0x84B6EE) is known color: Jordy Blue. HEX triplet: 84, B6 and EE. RGB value is (132,182,238). Sum of RGB (Red+Green+Blue) = 132+182+238=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #84B6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B6EE is #7B4911. Grayscale: #ADADAD. Windows color (decimal): -8079634 or 15644292. OLE color: 15644292.
HSL color Cylindrical-coordinate representation of color #84B6EE: hue angle of 211.7º 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 #84B6EE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 182 | 238 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.07 |
| HSL | 211.7º | 0.76% | 0.73% | - |
| HSV(B) | 211.7º | 0.45% | 0.93% | - |
| XYZ | 41.68 | 44.53 | 87.29 | - |
| YUV | 173.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 238 | 0.45 | 0.24 | 0 | 0.07 | 211.7 | 0.76 | 0.73 |
| Hex | 84 | B6 | EE | 2D | 18 | 0 | 7 | D4 | 4C | 49 |
| Octal | 204 | 266 | 356 | 55 | 30 | 0 | 7 | 324 | 114 | 111 |
| Binary | 10000100 | 10110110 | 11101110 | 101101 | 11000 | 0 | 111 | 11010100 | 1001100 | 1001001 |
Color Harmonies of #84B6EE
Complementary color
Monochromatic Colors of #84B6EE
Black with #84B6EE
Text Example
Text Example
White with #84B6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6EE; }
p { color: rgb(132,182,238); }
H1.HeaderClassName
{
color: #84B6EE;
}
.AnyTagClassName
{
color: #84B6EE;
}
</style>
background-color css
<style>
a { background-color: #84B6EE; }
a { background-color: rgb(132,182,238); }
div.DivClassName
{
background-color: #84B6EE;
}
.BgClassName
{
background-color: #84B6EE;
}
</style>
border-color css
<style>
span { border-color: #84B6EE; }
span { border-color: rgb(132,182,238); }
td.TdClassName
{
border-color: #84B6EE;
}
.TagClassName
{
border-color: #84B6EE;
}
</style>