Shades of Spray #84DBDB
Tints of Spray #84DBDB
RGB
CMYK
RGB Variations
Color information
#84DBDB (or 0x84DBDB) is known color: Spray. HEX triplet: 84, DB and DB. RGB value is (132,219,219). Sum of RGB (Red+Green+Blue) = 132+219+219=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #84DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBDB is #7B2424. Grayscale: #C0C0C0. Windows color (decimal): -8070181 or 14408580. OLE color: 14408580.
HSL color Cylindrical-coordinate representation of color #84DBDB: hue angle of 180º 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 #84DBDB is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 219 | - |
| CMYK | 0.40 | 0 | 0 | 0.14 |
| HSL | 180º | 0.55% | 0.69% | - |
| HSV(B) | 180º | 0.4% | 0.86% | - |
| XYZ | 47.63 | 60.68 | 76.22 | - |
| YUV | 192.99 | 142.68 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 219 | 0.40 | 0 | 0 | 0.14 | 180 | 0.55 | 0.69 |
| Hex | 84 | DB | DB | 28 | 0 | 0 | E | B4 | 37 | 45 |
| Octal | 204 | 333 | 333 | 50 | 0 | 0 | 16 | 264 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11011011 | 101000 | 0 | 0 | 1110 | 10110100 | 110111 | 1000101 |
Color Harmonies of #84DBDB
Complementary color
Monochromatic Colors of #84DBDB
Black with #84DBDB
Text Example
Text Example
White with #84DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBDB; }
p { color: rgb(132,219,219); }
H1.HeaderClassName
{
color: #84DBDB;
}
.AnyTagClassName
{
color: #84DBDB;
}
</style>
background-color css
<style>
a { background-color: #84DBDB; }
a { background-color: rgb(132,219,219); }
div.DivClassName
{
background-color: #84DBDB;
}
.BgClassName
{
background-color: #84DBDB;
}
</style>
border-color css
<style>
span { border-color: #84DBDB; }
span { border-color: rgb(132,219,219); }
td.TdClassName
{
border-color: #84DBDB;
}
.TagClassName
{
border-color: #84DBDB;
}
</style>