Shades of Spray #84C3CB
Tints of Spray #84C3CB
RGB
CMYK
RGB Variations
Color information
#84C3CB (or 0x84C3CB) is known color: Spray. HEX triplet: 84, C3 and CB. RGB value is (132,195,203). Sum of RGB (Red+Green+Blue) = 132+195+203=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #84C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3CB is #7B3C34. Grayscale: #B0B0B0. Windows color (decimal): -8076341 or 13353860. OLE color: 13353860.
HSL color Cylindrical-coordinate representation of color #84C3CB: hue angle of 186.76º 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 #84C3CB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 195 | 203 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.20 |
| HSL | 186.76º | 0.41% | 0.66% | - |
| HSV(B) | 186.76º | 0.35% | 0.8% | - |
| XYZ | 39.81 | 48.25 | 63.71 | - |
| YUV | 177.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 203 | 0.35 | 0.04 | 0 | 0.20 | 186.76 | 0.41 | 0.66 |
| Hex | 84 | C3 | CB | 23 | 4 | 0 | 14 | BB | 29 | 42 |
| Octal | 204 | 303 | 313 | 43 | 4 | 0 | 24 | 273 | 51 | 102 |
| Binary | 10000100 | 11000011 | 11001011 | 100011 | 100 | 0 | 10100 | 10111011 | 101001 | 1000010 |
Color Harmonies of #84C3CB
Complementary color
Monochromatic Colors of #84C3CB
Black with #84C3CB
Text Example
Text Example
White with #84C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3CB; }
p { color: rgb(132,195,203); }
H1.HeaderClassName
{
color: #84C3CB;
}
.AnyTagClassName
{
color: #84C3CB;
}
</style>
background-color css
<style>
a { background-color: #84C3CB; }
a { background-color: rgb(132,195,203); }
div.DivClassName
{
background-color: #84C3CB;
}
.BgClassName
{
background-color: #84C3CB;
}
</style>
border-color css
<style>
span { border-color: #84C3CB; }
span { border-color: rgb(132,195,203); }
td.TdClassName
{
border-color: #84C3CB;
}
.TagClassName
{
border-color: #84C3CB;
}
</style>