Shades of Spray #84C4DF
Tints of Spray #84C4DF
RGB
CMYK
RGB Variations
Color information
#84C4DF (or 0x84C4DF) is known color: Spray. HEX triplet: 84, C4 and DF. RGB value is (132,196,223). Sum of RGB (Red+Green+Blue) = 132+196+223=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #84C4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C4DF is #7B3B20. Grayscale: #B3B3B3. Windows color (decimal): -8076065 or 14664836. OLE color: 14664836.
HSL color Cylindrical-coordinate representation of color #84C4DF: hue angle of 197.8º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C4DF is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 196 | 223 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.13 |
| HSL | 197.8º | 0.59% | 0.7% | - |
| HSV(B) | 197.8º | 0.41% | 0.87% | - |
| XYZ | 42.57 | 49.71 | 77.16 | - |
| YUV | 179.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 223 | 0.41 | 0.12 | 0 | 0.13 | 197.8 | 0.59 | 0.7 |
| Hex | 84 | C4 | DF | 29 | C | 0 | D | C6 | 3B | 46 |
| Octal | 204 | 304 | 337 | 51 | 14 | 0 | 15 | 306 | 73 | 106 |
| Binary | 10000100 | 11000100 | 11011111 | 101001 | 1100 | 0 | 1101 | 11000110 | 111011 | 1000110 |
Color Harmonies of #84C4DF
Complementary color
Monochromatic Colors of #84C4DF
Black with #84C4DF
Text Example
Text Example
White with #84C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C4DF; }
p { color: rgb(132,196,223); }
H1.HeaderClassName
{
color: #84C4DF;
}
.AnyTagClassName
{
color: #84C4DF;
}
</style>
background-color css
<style>
a { background-color: #84C4DF; }
a { background-color: rgb(132,196,223); }
div.DivClassName
{
background-color: #84C4DF;
}
.BgClassName
{
background-color: #84C4DF;
}
</style>
border-color css
<style>
span { border-color: #84C4DF; }
span { border-color: rgb(132,196,223); }
td.TdClassName
{
border-color: #84C4DF;
}
.TagClassName
{
border-color: #84C4DF;
}
</style>