Shades of Spray #84CEDB
Tints of Spray #84CEDB
RGB
CMYK
RGB Variations
Color information
#84CEDB (or 0x84CEDB) is known color: Spray. HEX triplet: 84, CE and DB. RGB value is (132,206,219). Sum of RGB (Red+Green+Blue) = 132+206+219=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEDB is #7B3124. Grayscale: #B9B9B9. Windows color (decimal): -8073509 or 14405252. OLE color: 14405252.
HSL color Cylindrical-coordinate representation of color #84CEDB: hue angle of 188.97º 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 #84CEDB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 206 | 219 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.14 |
| HSL | 188.97º | 0.55% | 0.69% | - |
| HSV(B) | 188.97º | 0.4% | 0.86% | - |
| XYZ | 44.37 | 54.16 | 75.13 | - |
| YUV | 185.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 219 | 0.40 | 0.06 | 0 | 0.14 | 188.97 | 0.55 | 0.69 |
| Hex | 84 | CE | DB | 28 | 6 | 0 | E | BD | 37 | 45 |
| Octal | 204 | 316 | 333 | 50 | 6 | 0 | 16 | 275 | 67 | 105 |
| Binary | 10000100 | 11001110 | 11011011 | 101000 | 110 | 0 | 1110 | 10111101 | 110111 | 1000101 |
Color Harmonies of #84CEDB
Complementary color
Monochromatic Colors of #84CEDB
Black with #84CEDB
Text Example
Text Example
White with #84CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEDB; }
p { color: rgb(132,206,219); }
H1.HeaderClassName
{
color: #84CEDB;
}
.AnyTagClassName
{
color: #84CEDB;
}
</style>
background-color css
<style>
a { background-color: #84CEDB; }
a { background-color: rgb(132,206,219); }
div.DivClassName
{
background-color: #84CEDB;
}
.BgClassName
{
background-color: #84CEDB;
}
</style>
border-color css
<style>
span { border-color: #84CEDB; }
span { border-color: rgb(132,206,219); }
td.TdClassName
{
border-color: #84CEDB;
}
.TagClassName
{
border-color: #84CEDB;
}
</style>