Shades of Jordy Blue #84BBE3
Tints of Jordy Blue #84BBE3
RGB
CMYK
RGB Variations
Color information
#84BBE3 (or 0x84BBE3) is known color: Jordy Blue. HEX triplet: 84, BB and E3. RGB value is (132,187,227). Sum of RGB (Red+Green+Blue) = 132+187+227=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #84BBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBE3 is #7B441C. Grayscale: #AEAEAE. Windows color (decimal): -8078365 or 14924676. OLE color: 14924676.
HSL color Cylindrical-coordinate representation of color #84BBE3: hue angle of 205.26º 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 #84BBE3 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 187 | 227 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.11 |
| HSL | 205.26º | 0.63% | 0.7% | - |
| HSV(B) | 205.26º | 0.42% | 0.89% | - |
| XYZ | 41.15 | 45.99 | 79.38 | - |
| YUV | 175.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 227 | 0.42 | 0.18 | 0 | 0.11 | 205.26 | 0.63 | 0.7 |
| Hex | 84 | BB | E3 | 2A | 12 | 0 | B | CD | 3F | 46 |
| Octal | 204 | 273 | 343 | 52 | 22 | 0 | 13 | 315 | 77 | 106 |
| Binary | 10000100 | 10111011 | 11100011 | 101010 | 10010 | 0 | 1011 | 11001101 | 111111 | 1000110 |
Color Harmonies of #84BBE3
Complementary color
Monochromatic Colors of #84BBE3
Black with #84BBE3
Text Example
Text Example
White with #84BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBE3; }
p { color: rgb(132,187,227); }
H1.HeaderClassName
{
color: #84BBE3;
}
.AnyTagClassName
{
color: #84BBE3;
}
</style>
background-color css
<style>
a { background-color: #84BBE3; }
a { background-color: rgb(132,187,227); }
div.DivClassName
{
background-color: #84BBE3;
}
.BgClassName
{
background-color: #84BBE3;
}
</style>
border-color css
<style>
span { border-color: #84BBE3; }
span { border-color: rgb(132,187,227); }
td.TdClassName
{
border-color: #84BBE3;
}
.TagClassName
{
border-color: #84BBE3;
}
</style>