Shades of Jordy Blue #84B1EF
Tints of Jordy Blue #84B1EF
RGB
CMYK
RGB Variations
Color information
#84B1EF (or 0x84B1EF) is known color: Jordy Blue. HEX triplet: 84, B1 and EF. RGB value is (132,177,239). Sum of RGB (Red+Green+Blue) = 132+177+239=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #84B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B1EF is #7B4E10. Grayscale: #AAAAAA. Windows color (decimal): -8080913 or 15708548. OLE color: 15708548.
HSL color Cylindrical-coordinate representation of color #84B1EF: hue angle of 214.77º 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 #84B1EF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 177 | 239 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.06 |
| HSL | 214.77º | 0.77% | 0.73% | - |
| HSV(B) | 214.77º | 0.45% | 0.94% | - |
| XYZ | 40.82 | 42.58 | 87.73 | - |
| YUV | 170.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 239 | 0.45 | 0.26 | 0 | 0.06 | 214.77 | 0.77 | 0.73 |
| Hex | 84 | B1 | EF | 2D | 1A | 0 | 6 | D7 | 4D | 49 |
| Octal | 204 | 261 | 357 | 55 | 32 | 0 | 6 | 327 | 115 | 111 |
| Binary | 10000100 | 10110001 | 11101111 | 101101 | 11010 | 0 | 110 | 11010111 | 1001101 | 1001001 |
Color Harmonies of #84B1EF
Complementary color
Monochromatic Colors of #84B1EF
Black with #84B1EF
Text Example
Text Example
White with #84B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B1EF; }
p { color: rgb(132,177,239); }
H1.HeaderClassName
{
color: #84B1EF;
}
.AnyTagClassName
{
color: #84B1EF;
}
</style>
background-color css
<style>
a { background-color: #84B1EF; }
a { background-color: rgb(132,177,239); }
div.DivClassName
{
background-color: #84B1EF;
}
.BgClassName
{
background-color: #84B1EF;
}
</style>
border-color css
<style>
span { border-color: #84B1EF; }
span { border-color: rgb(132,177,239); }
td.TdClassName
{
border-color: #84B1EF;
}
.TagClassName
{
border-color: #84B1EF;
}
</style>