Shades of Spray #84CDDB
Tints of Spray #84CDDB
RGB
CMYK
RGB Variations
Color information
#84CDDB (or 0x84CDDB) is known color: Spray. HEX triplet: 84, CD and DB. RGB value is (132,205,219). Sum of RGB (Red+Green+Blue) = 132+205+219=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDDB is #7B3224. Grayscale: #B8B8B8. Windows color (decimal): -8073765 or 14404996. OLE color: 14404996.
HSL color Cylindrical-coordinate representation of color #84CDDB: hue angle of 189.66º 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 #84CDDB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 205 | 219 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.14 |
| HSL | 189.66º | 0.55% | 0.69% | - |
| HSV(B) | 189.66º | 0.4% | 0.86% | - |
| XYZ | 44.13 | 53.68 | 75.05 | - |
| YUV | 184.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 219 | 0.40 | 0.06 | 0 | 0.14 | 189.66 | 0.55 | 0.69 |
| Hex | 84 | CD | DB | 28 | 6 | 0 | E | BE | 37 | 45 |
| Octal | 204 | 315 | 333 | 50 | 6 | 0 | 16 | 276 | 67 | 105 |
| Binary | 10000100 | 11001101 | 11011011 | 101000 | 110 | 0 | 1110 | 10111110 | 110111 | 1000101 |
Color Harmonies of #84CDDB
Complementary color
Monochromatic Colors of #84CDDB
Black with #84CDDB
Text Example
Text Example
White with #84CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDDB; }
p { color: rgb(132,205,219); }
H1.HeaderClassName
{
color: #84CDDB;
}
.AnyTagClassName
{
color: #84CDDB;
}
</style>
background-color css
<style>
a { background-color: #84CDDB; }
a { background-color: rgb(132,205,219); }
div.DivClassName
{
background-color: #84CDDB;
}
.BgClassName
{
background-color: #84CDDB;
}
</style>
border-color css
<style>
span { border-color: #84CDDB; }
span { border-color: rgb(132,205,219); }
td.TdClassName
{
border-color: #84CDDB;
}
.TagClassName
{
border-color: #84CDDB;
}
</style>