#84C5CD

Color #84C5CD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #84C5CD

Tints of Spray #84C5CD

Color information

#84C5CD (or 0x84C5CD) is unknown color: approx Spray. HEX triplet: 84, C5 and CD. RGB value is (132,197,205). Sum of RGB (Red+Green+Blue) = 132+197+205=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C5CD is #7B3A32. Grayscale: #B2B2B2. Windows color (decimal): -8075827 or 13485444. OLE color: 13485444.

HSL color Cylindrical-coordinate representation of color #84C5CD: hue angle of 186.58º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C5CD is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132197205-
CMYK0.360.0400.20
HSL186.58º42.2%66.08%-
HSV(B)186.58º35.61%80.39%-
XYZ40.549.2565.13-
YUV178.48142.9794.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=24.72%
G=36.89%
B=38.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321972050.360.0400.20186.5842.266.08
Hex84C5CD244014bb2a42
Octal20430531544402427352102
Binary100001001100010111001101100100100010100101110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C5CD; }

 p { color: rgb(132,197,205); }

 H1.HeaderClassName
 {
   color: #84C5CD;
 }
 .AnyTagClassName
 {
   color: #84C5CD;
 }
</style>
background-color css

<style>
 a { background-color: #84C5CD; }

 a { background-color: rgb(132,197,205); }

 div.DivClassName
 {
   background-color: #84C5CD;
 }
 .BgClassName
 {
   background-color: #84C5CD;
 }
</style>
border-color css

<style>
 span { border-color: #84C5CD; }

 span { border-color: rgb(132,197,205); }

 td.TdClassName
 {
   border-color: #84C5CD;
 }
 .TagClassName
 {
   border-color: #84C5CD;
 }
</style>