Shades of Jordy Blue #84ABE2
Tints of Jordy Blue #84ABE2
RGB
CMYK
RGB Variations
Color information
#84ABE2 (or 0x84ABE2) is known color: Jordy Blue. HEX triplet: 84, AB and E2. RGB value is (132,171,226). Sum of RGB (Red+Green+Blue) = 132+171+226=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #84ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABE2 is #7B541D. Grayscale: #A5A5A5. Windows color (decimal): -8082462 or 14855044. OLE color: 14855044.
HSL color Cylindrical-coordinate representation of color #84ABE2: hue angle of 215.11º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84ABE2 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 171 | 226 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.11 |
| HSL | 215.11º | 0.62% | 0.7% | - |
| HSV(B) | 215.11º | 0.42% | 0.89% | - |
| XYZ | 37.81 | 39.52 | 77.59 | - |
| YUV | 165.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 226 | 0.42 | 0.24 | 0 | 0.11 | 215.11 | 0.62 | 0.7 |
| Hex | 84 | AB | E2 | 2A | 18 | 0 | B | D7 | 3E | 46 |
| Octal | 204 | 253 | 342 | 52 | 30 | 0 | 13 | 327 | 76 | 106 |
| Binary | 10000100 | 10101011 | 11100010 | 101010 | 11000 | 0 | 1011 | 11010111 | 111110 | 1000110 |
Color Harmonies of #84ABE2
Complementary color
Monochromatic Colors of #84ABE2
Black with #84ABE2
Text Example
Text Example
White with #84ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABE2; }
p { color: rgb(132,171,226); }
H1.HeaderClassName
{
color: #84ABE2;
}
.AnyTagClassName
{
color: #84ABE2;
}
</style>
background-color css
<style>
a { background-color: #84ABE2; }
a { background-color: rgb(132,171,226); }
div.DivClassName
{
background-color: #84ABE2;
}
.BgClassName
{
background-color: #84ABE2;
}
</style>
border-color css
<style>
span { border-color: #84ABE2; }
span { border-color: rgb(132,171,226); }
td.TdClassName
{
border-color: #84ABE2;
}
.TagClassName
{
border-color: #84ABE2;
}
</style>