Shades of Jordy Blue #84BAE6
Tints of Jordy Blue #84BAE6
RGB
CMYK
RGB Variations
Color information
#84BAE6 (or 0x84BAE6) is known color: Jordy Blue. HEX triplet: 84, BA and E6. RGB value is (132,186,230). Sum of RGB (Red+Green+Blue) = 132+186+230=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #84BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAE6 is #7B4519. Grayscale: #AEAEAE. Windows color (decimal): -8078618 or 15121028. OLE color: 15121028.
HSL color Cylindrical-coordinate representation of color #84BAE6: hue angle of 206.94º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84BAE6 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 186 | 230 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.10 |
| HSL | 206.94º | 0.66% | 0.71% | - |
| HSV(B) | 206.94º | 0.43% | 0.9% | - |
| XYZ | 41.36 | 45.74 | 81.51 | - |
| YUV | 174.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 230 | 0.43 | 0.19 | 0 | 0.10 | 206.94 | 0.66 | 0.71 |
| Hex | 84 | BA | E6 | 2B | 13 | 0 | A | CF | 42 | 47 |
| Octal | 204 | 272 | 346 | 53 | 23 | 0 | 12 | 317 | 102 | 107 |
| Binary | 10000100 | 10111010 | 11100110 | 101011 | 10011 | 0 | 1010 | 11001111 | 1000010 | 1000111 |
Color Harmonies of #84BAE6
Complementary color
Monochromatic Colors of #84BAE6
Black with #84BAE6
Text Example
Text Example
White with #84BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAE6; }
p { color: rgb(132,186,230); }
H1.HeaderClassName
{
color: #84BAE6;
}
.AnyTagClassName
{
color: #84BAE6;
}
</style>
background-color css
<style>
a { background-color: #84BAE6; }
a { background-color: rgb(132,186,230); }
div.DivClassName
{
background-color: #84BAE6;
}
.BgClassName
{
background-color: #84BAE6;
}
</style>
border-color css
<style>
span { border-color: #84BAE6; }
span { border-color: rgb(132,186,230); }
td.TdClassName
{
border-color: #84BAE6;
}
.TagClassName
{
border-color: #84BAE6;
}
</style>