Shades of Jordy Blue #84B2E3
Tints of Jordy Blue #84B2E3
RGB
CMYK
RGB Variations
Color information
#84B2E3 (or 0x84B2E3) is known color: Jordy Blue. HEX triplet: 84, B2 and E3. RGB value is (132,178,227). Sum of RGB (Red+Green+Blue) = 132+178+227=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #84B2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2E3 is #7B4D1C. Grayscale: #A9A9A9. Windows color (decimal): -8080669 or 14922372. OLE color: 14922372.
HSL color Cylindrical-coordinate representation of color #84B2E3: hue angle of 210.95º degrees, saturation: 0.63, 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 #84B2E3 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 178 | 227 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.11 |
| HSL | 210.95º | 0.63% | 0.7% | - |
| HSV(B) | 210.95º | 0.42% | 0.89% | - |
| XYZ | 39.3 | 42.29 | 78.76 | - |
| YUV | 169.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 227 | 0.42 | 0.22 | 0 | 0.11 | 210.95 | 0.63 | 0.7 |
| Hex | 84 | B2 | E3 | 2A | 16 | 0 | B | D3 | 3F | 46 |
| Octal | 204 | 262 | 343 | 52 | 26 | 0 | 13 | 323 | 77 | 106 |
| Binary | 10000100 | 10110010 | 11100011 | 101010 | 10110 | 0 | 1011 | 11010011 | 111111 | 1000110 |
Color Harmonies of #84B2E3
Complementary color
Monochromatic Colors of #84B2E3
Black with #84B2E3
Text Example
Text Example
White with #84B2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B2E3; }
p { color: rgb(132,178,227); }
H1.HeaderClassName
{
color: #84B2E3;
}
.AnyTagClassName
{
color: #84B2E3;
}
</style>
background-color css
<style>
a { background-color: #84B2E3; }
a { background-color: rgb(132,178,227); }
div.DivClassName
{
background-color: #84B2E3;
}
.BgClassName
{
background-color: #84B2E3;
}
</style>
border-color css
<style>
span { border-color: #84B2E3; }
span { border-color: rgb(132,178,227); }
td.TdClassName
{
border-color: #84B2E3;
}
.TagClassName
{
border-color: #84B2E3;
}
</style>