#84CACF

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

Shades of Spray #84CACF

Tints of Spray #84CACF

Color information

#84CACF (or 0x84CACF) is unknown color: approx Spray. HEX triplet: 84, CA and CF. RGB value is (132,202,207). Sum of RGB (Red+Green+Blue) = 132+202+207=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #84CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CACF is #7B3530. Grayscale: #B5B5B5. Windows color (decimal): -8074545 or 13617796. OLE color: 13617796.

HSL color Cylindrical-coordinate representation of color #84CACF: hue angle of 184º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CACF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132202207-
CMYK0.360.0200.19
HSL184º43.86%66.47%-
HSV(B)184º36.23%81.18%-
XYZ41.951.6566.79-
YUV181.64142.3192.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=24.40%
G=37.34%
B=38.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322022070.360.0200.1918443.8666.47
Hex84CACF242013b82c42
Octal20431231744202327054102
Binary10000100110010101100111110010010010011101110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,202,207); }

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

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

 a { background-color: rgb(132,202,207); }

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

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

 span { border-color: rgb(132,202,207); }

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