Shades of Jordy Blue #84B4DB
Tints of Jordy Blue #84B4DB
RGB
CMYK
RGB Variations
Color information
#84B4DB (or 0x84B4DB) is known color: Jordy Blue. HEX triplet: 84, B4 and DB. RGB value is (132,180,219). Sum of RGB (Red+Green+Blue) = 132+180+219=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B4DB is #7B4B24. Grayscale: #A9A9A9. Windows color (decimal): -8080165 or 14398596. OLE color: 14398596.
HSL color Cylindrical-coordinate representation of color #84B4DB: hue angle of 206.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B4DB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 180 | 219 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.14 |
| HSL | 206.9º | 0.55% | 0.69% | - |
| HSV(B) | 206.9º | 0.4% | 0.86% | - |
| XYZ | 38.62 | 42.66 | 73.22 | - |
| YUV | 170.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 219 | 0.40 | 0.18 | 0 | 0.14 | 206.9 | 0.55 | 0.69 |
| Hex | 84 | B4 | DB | 28 | 12 | 0 | E | CF | 37 | 45 |
| Octal | 204 | 264 | 333 | 50 | 22 | 0 | 16 | 317 | 67 | 105 |
| Binary | 10000100 | 10110100 | 11011011 | 101000 | 10010 | 0 | 1110 | 11001111 | 110111 | 1000101 |
Color Harmonies of #84B4DB
Complementary color
Monochromatic Colors of #84B4DB
Black with #84B4DB
Text Example
Text Example
White with #84B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B4DB; }
p { color: rgb(132,180,219); }
H1.HeaderClassName
{
color: #84B4DB;
}
.AnyTagClassName
{
color: #84B4DB;
}
</style>
background-color css
<style>
a { background-color: #84B4DB; }
a { background-color: rgb(132,180,219); }
div.DivClassName
{
background-color: #84B4DB;
}
.BgClassName
{
background-color: #84B4DB;
}
</style>
border-color css
<style>
span { border-color: #84B4DB; }
span { border-color: rgb(132,180,219); }
td.TdClassName
{
border-color: #84B4DB;
}
.TagClassName
{
border-color: #84B4DB;
}
</style>