Shades of Jordy Blue #84B6EF
Tints of Jordy Blue #84B6EF
RGB
CMYK
RGB Variations
Color information
#84B6EF (or 0x84B6EF) is known color: Jordy Blue. HEX triplet: 84, B6 and EF. RGB value is (132,182,239). Sum of RGB (Red+Green+Blue) = 132+182+239=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #84B6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B6EF is #7B4910. Grayscale: #ADADAD. Windows color (decimal): -8079633 or 15709828. OLE color: 15709828.
HSL color Cylindrical-coordinate representation of color #84B6EF: hue angle of 211.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84B6EF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 182 | 239 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.06 |
| HSL | 211.96º | 0.77% | 0.73% | - |
| HSV(B) | 211.96º | 0.45% | 0.94% | - |
| XYZ | 41.82 | 44.59 | 88.06 | - |
| YUV | 173.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 239 | 0.45 | 0.24 | 0 | 0.06 | 211.96 | 0.77 | 0.73 |
| Hex | 84 | B6 | EF | 2D | 18 | 0 | 6 | D4 | 4D | 49 |
| Octal | 204 | 266 | 357 | 55 | 30 | 0 | 6 | 324 | 115 | 111 |
| Binary | 10000100 | 10110110 | 11101111 | 101101 | 11000 | 0 | 110 | 11010100 | 1001101 | 1001001 |
Color Harmonies of #84B6EF
Complementary color
Monochromatic Colors of #84B6EF
Black with #84B6EF
Text Example
Text Example
White with #84B6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6EF; }
p { color: rgb(132,182,239); }
H1.HeaderClassName
{
color: #84B6EF;
}
.AnyTagClassName
{
color: #84B6EF;
}
</style>
background-color css
<style>
a { background-color: #84B6EF; }
a { background-color: rgb(132,182,239); }
div.DivClassName
{
background-color: #84B6EF;
}
.BgClassName
{
background-color: #84B6EF;
}
</style>
border-color css
<style>
span { border-color: #84B6EF; }
span { border-color: rgb(132,182,239); }
td.TdClassName
{
border-color: #84B6EF;
}
.TagClassName
{
border-color: #84B6EF;
}
</style>