Shades of Spray #84C8CC
Tints of Spray #84C8CC
RGB
CMYK
RGB Variations
Color information
#84C8CC (or 0x84C8CC) is known color: Spray. HEX triplet: 84, C8 and CC. RGB value is (132,200,204). Sum of RGB (Red+Green+Blue) = 132+200+204=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #84C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8CC is #7B3733. Grayscale: #B4B4B4. Windows color (decimal): -8075060 or 13420676. OLE color: 13420676.
HSL color Cylindrical-coordinate representation of color #84C8CC: hue angle of 183.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C8CC is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 200 | 204 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.2 |
| HSL | 183.33º | 0.41% | 0.66% | - |
| HSV(B) | 183.33º | 0.35% | 0.8% | - |
| XYZ | 41.07 | 50.57 | 64.72 | - |
| YUV | 180.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 204 | 0.35 | 0.02 | 0 | 0.2 | 183.33 | 0.41 | 0.66 |
| Hex | 84 | C8 | CC | 23 | 2 | 0 | 14 | B7 | 29 | 42 |
| Octal | 204 | 310 | 314 | 43 | 2 | 0 | 24 | 267 | 51 | 102 |
| Binary | 10000100 | 11001000 | 11001100 | 100011 | 10 | 0 | 10100 | 10110111 | 101001 | 1000010 |
Color Harmonies of #84C8CC
Complementary color
Monochromatic Colors of #84C8CC
Black with #84C8CC
Text Example
Text Example
White with #84C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C8CC; }
p { color: rgb(132,200,204); }
H1.HeaderClassName
{
color: #84C8CC;
}
.AnyTagClassName
{
color: #84C8CC;
}
</style>
background-color css
<style>
a { background-color: #84C8CC; }
a { background-color: rgb(132,200,204); }
div.DivClassName
{
background-color: #84C8CC;
}
.BgClassName
{
background-color: #84C8CC;
}
</style>
border-color css
<style>
span { border-color: #84C8CC; }
span { border-color: rgb(132,200,204); }
td.TdClassName
{
border-color: #84C8CC;
}
.TagClassName
{
border-color: #84C8CC;
}
</style>