Shades of Spray #84C6CC
Tints of Spray #84C6CC
RGB
CMYK
RGB Variations
Color information
#84C6CC (or 0x84C6CC) is known color: Spray. HEX triplet: 84, C6 and CC. RGB value is (132,198,204). Sum of RGB (Red+Green+Blue) = 132+198+204=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #84C6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CC is #7B3933. Grayscale: #B2B2B2. Windows color (decimal): -8075572 or 13420164. OLE color: 13420164.
HSL color Cylindrical-coordinate representation of color #84C6CC: hue angle of 185º 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 #84C6CC is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 198 | 204 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.2 |
| HSL | 185º | 0.41% | 0.66% | - |
| HSV(B) | 185º | 0.35% | 0.8% | - |
| XYZ | 40.61 | 49.65 | 64.57 | - |
| YUV | 178.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 204 | 0.35 | 0.03 | 0 | 0.2 | 185 | 0.41 | 0.66 |
| Hex | 84 | C6 | CC | 23 | 3 | 0 | 14 | B9 | 29 | 42 |
| Octal | 204 | 306 | 314 | 43 | 3 | 0 | 24 | 271 | 51 | 102 |
| Binary | 10000100 | 11000110 | 11001100 | 100011 | 11 | 0 | 10100 | 10111001 | 101001 | 1000010 |
Color Harmonies of #84C6CC
Complementary color
Monochromatic Colors of #84C6CC
Black with #84C6CC
Text Example
Text Example
White with #84C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6CC; }
p { color: rgb(132,198,204); }
H1.HeaderClassName
{
color: #84C6CC;
}
.AnyTagClassName
{
color: #84C6CC;
}
</style>
background-color css
<style>
a { background-color: #84C6CC; }
a { background-color: rgb(132,198,204); }
div.DivClassName
{
background-color: #84C6CC;
}
.BgClassName
{
background-color: #84C6CC;
}
</style>
border-color css
<style>
span { border-color: #84C6CC; }
span { border-color: rgb(132,198,204); }
td.TdClassName
{
border-color: #84C6CC;
}
.TagClassName
{
border-color: #84C6CC;
}
</style>