Shades of Spray #84CADB
Tints of Spray #84CADB
RGB
CMYK
RGB Variations
Color information
#84CADB (or 0x84CADB) is known color: Spray. HEX triplet: 84, CA and DB. RGB value is (132,202,219). Sum of RGB (Red+Green+Blue) = 132+202+219=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CADB is #7B3524. Grayscale: #B6B6B6. Windows color (decimal): -8074533 or 14404228. OLE color: 14404228.
HSL color Cylindrical-coordinate representation of color #84CADB: hue angle of 191.72º 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 #84CADB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 202 | 219 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 191.72º | 0.55% | 0.69% | - |
| HSV(B) | 191.72º | 0.4% | 0.86% | - |
| XYZ | 43.42 | 52.26 | 74.82 | - |
| YUV | 183.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 219 | 0.40 | 0.08 | 0 | 0.14 | 191.72 | 0.55 | 0.69 |
| Hex | 84 | CA | DB | 28 | 8 | 0 | E | C0 | 37 | 45 |
| Octal | 204 | 312 | 333 | 50 | 10 | 0 | 16 | 300 | 67 | 105 |
| Binary | 10000100 | 11001010 | 11011011 | 101000 | 1000 | 0 | 1110 | 11000000 | 110111 | 1000101 |
Color Harmonies of #84CADB
Complementary color
Monochromatic Colors of #84CADB
Black with #84CADB
Text Example
Text Example
White with #84CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CADB; }
p { color: rgb(132,202,219); }
H1.HeaderClassName
{
color: #84CADB;
}
.AnyTagClassName
{
color: #84CADB;
}
</style>
background-color css
<style>
a { background-color: #84CADB; }
a { background-color: rgb(132,202,219); }
div.DivClassName
{
background-color: #84CADB;
}
.BgClassName
{
background-color: #84CADB;
}
</style>
border-color css
<style>
span { border-color: #84CADB; }
span { border-color: rgb(132,202,219); }
td.TdClassName
{
border-color: #84CADB;
}
.TagClassName
{
border-color: #84CADB;
}
</style>