Shades of Spray #84CED5
Tints of Spray #84CED5
RGB
CMYK
RGB Variations
Color information
#84CED5 (or 0x84CED5) is known color: Spray. HEX triplet: 84, CE and D5. RGB value is (132,206,213). Sum of RGB (Red+Green+Blue) = 132+206+213=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #84CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CED5 is #7B312A. Grayscale: #B8B8B8. Windows color (decimal): -8073515 or 14012036. OLE color: 14012036.
HSL color Cylindrical-coordinate representation of color #84CED5: hue angle of 185.19º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84CED5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 206 | 213 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.16 |
| HSL | 185.19º | 0.49% | 0.68% | - |
| HSV(B) | 185.19º | 0.38% | 0.84% | - |
| XYZ | 43.6 | 53.85 | 71.05 | - |
| YUV | 184.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 213 | 0.38 | 0.03 | 0 | 0.16 | 185.19 | 0.49 | 0.68 |
| Hex | 84 | CE | D5 | 26 | 3 | 0 | 10 | B9 | 31 | 44 |
| Octal | 204 | 316 | 325 | 46 | 3 | 0 | 20 | 271 | 61 | 104 |
| Binary | 10000100 | 11001110 | 11010101 | 100110 | 11 | 0 | 10000 | 10111001 | 110001 | 1000100 |
Color Harmonies of #84CED5
Complementary color
Monochromatic Colors of #84CED5
Black with #84CED5
Text Example
Text Example
White with #84CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CED5; }
p { color: rgb(132,206,213); }
H1.HeaderClassName
{
color: #84CED5;
}
.AnyTagClassName
{
color: #84CED5;
}
</style>
background-color css
<style>
a { background-color: #84CED5; }
a { background-color: rgb(132,206,213); }
div.DivClassName
{
background-color: #84CED5;
}
.BgClassName
{
background-color: #84CED5;
}
</style>
border-color css
<style>
span { border-color: #84CED5; }
span { border-color: rgb(132,206,213); }
td.TdClassName
{
border-color: #84CED5;
}
.TagClassName
{
border-color: #84CED5;
}
</style>