Shades of Jordy Blue #84ABEC
Tints of Jordy Blue #84ABEC
RGB
CMYK
RGB Variations
Color information
#84ABEC (or 0x84ABEC) is known color: Jordy Blue. HEX triplet: 84, AB and EC. RGB value is (132,171,236). Sum of RGB (Red+Green+Blue) = 132+171+236=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #84ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABEC is #7B5413. Grayscale: #A6A6A6. Windows color (decimal): -8082452 or 15510404. OLE color: 15510404.
HSL color Cylindrical-coordinate representation of color #84ABEC: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ABEC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 171 | 236 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.07 |
| HSL | 217.5º | 0.73% | 0.72% | - |
| HSV(B) | 217.5º | 0.44% | 0.93% | - |
| XYZ | 39.22 | 40.09 | 85.03 | - |
| YUV | 166.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 236 | 0.44 | 0.28 | 0 | 0.07 | 217.5 | 0.73 | 0.72 |
| Hex | 84 | AB | EC | 2C | 1C | 0 | 7 | DA | 49 | 48 |
| Octal | 204 | 253 | 354 | 54 | 34 | 0 | 7 | 332 | 111 | 110 |
| Binary | 10000100 | 10101011 | 11101100 | 101100 | 11100 | 0 | 111 | 11011010 | 1001001 | 1001000 |
Color Harmonies of #84ABEC
Complementary color
Monochromatic Colors of #84ABEC
Black with #84ABEC
Text Example
Text Example
White with #84ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABEC; }
p { color: rgb(132,171,236); }
H1.HeaderClassName
{
color: #84ABEC;
}
.AnyTagClassName
{
color: #84ABEC;
}
</style>
background-color css
<style>
a { background-color: #84ABEC; }
a { background-color: rgb(132,171,236); }
div.DivClassName
{
background-color: #84ABEC;
}
.BgClassName
{
background-color: #84ABEC;
}
</style>
border-color css
<style>
span { border-color: #84ABEC; }
span { border-color: rgb(132,171,236); }
td.TdClassName
{
border-color: #84ABEC;
}
.TagClassName
{
border-color: #84ABEC;
}
</style>