Shades of Jordy Blue #84B7DB
Tints of Jordy Blue #84B7DB
RGB
CMYK
RGB Variations
Color information
#84B7DB (or 0x84B7DB) is known color: Jordy Blue. HEX triplet: 84, B7 and DB. RGB value is (132,183,219). Sum of RGB (Red+Green+Blue) = 132+183+219=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B7DB is #7B4824. Grayscale: #ABABAB. Windows color (decimal): -8079397 or 14399364. OLE color: 14399364.
HSL color Cylindrical-coordinate representation of color #84B7DB: hue angle of 204.83º 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 #84B7DB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 183 | 219 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.14 |
| HSL | 204.83º | 0.55% | 0.69% | - |
| HSV(B) | 204.83º | 0.4% | 0.86% | - |
| XYZ | 39.24 | 43.89 | 73.42 | - |
| YUV | 171.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 219 | 0.40 | 0.16 | 0 | 0.14 | 204.83 | 0.55 | 0.69 |
| Hex | 84 | B7 | DB | 28 | 10 | 0 | E | CD | 37 | 45 |
| Octal | 204 | 267 | 333 | 50 | 20 | 0 | 16 | 315 | 67 | 105 |
| Binary | 10000100 | 10110111 | 11011011 | 101000 | 10000 | 0 | 1110 | 11001101 | 110111 | 1000101 |
Color Harmonies of #84B7DB
Complementary color
Monochromatic Colors of #84B7DB
Black with #84B7DB
Text Example
Text Example
White with #84B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7DB; }
p { color: rgb(132,183,219); }
H1.HeaderClassName
{
color: #84B7DB;
}
.AnyTagClassName
{
color: #84B7DB;
}
</style>
background-color css
<style>
a { background-color: #84B7DB; }
a { background-color: rgb(132,183,219); }
div.DivClassName
{
background-color: #84B7DB;
}
.BgClassName
{
background-color: #84B7DB;
}
</style>
border-color css
<style>
span { border-color: #84B7DB; }
span { border-color: rgb(132,183,219); }
td.TdClassName
{
border-color: #84B7DB;
}
.TagClassName
{
border-color: #84B7DB;
}
</style>