Shades of Spray #84CED7
Tints of Spray #84CED7
RGB
CMYK
RGB Variations
Color information
#84CED7 (or 0x84CED7) is known color: Spray. HEX triplet: 84, CE and D7. RGB value is (132,206,215). Sum of RGB (Red+Green+Blue) = 132+206+215=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #84CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CED7 is #7B3128. Grayscale: #B8B8B8. Windows color (decimal): -8073513 or 14143108. OLE color: 14143108.
HSL color Cylindrical-coordinate representation of color #84CED7: hue angle of 186.51º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84CED7 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 206 | 215 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.16 |
| HSL | 186.51º | 0.51% | 0.68% | - |
| HSV(B) | 186.51º | 0.39% | 0.84% | - |
| XYZ | 43.85 | 53.95 | 72.39 | - |
| YUV | 184.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 215 | 0.39 | 0.04 | 0 | 0.16 | 186.51 | 0.51 | 0.68 |
| Hex | 84 | CE | D7 | 27 | 4 | 0 | 10 | BB | 33 | 44 |
| Octal | 204 | 316 | 327 | 47 | 4 | 0 | 20 | 273 | 63 | 104 |
| Binary | 10000100 | 11001110 | 11010111 | 100111 | 100 | 0 | 10000 | 10111011 | 110011 | 1000100 |
Color Harmonies of #84CED7
Complementary color
Monochromatic Colors of #84CED7
Black with #84CED7
Text Example
Text Example
White with #84CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CED7; }
p { color: rgb(132,206,215); }
H1.HeaderClassName
{
color: #84CED7;
}
.AnyTagClassName
{
color: #84CED7;
}
</style>
background-color css
<style>
a { background-color: #84CED7; }
a { background-color: rgb(132,206,215); }
div.DivClassName
{
background-color: #84CED7;
}
.BgClassName
{
background-color: #84CED7;
}
</style>
border-color css
<style>
span { border-color: #84CED7; }
span { border-color: rgb(132,206,215); }
td.TdClassName
{
border-color: #84CED7;
}
.TagClassName
{
border-color: #84CED7;
}
</style>