#84CACD

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

Shades of Spray #84CACD

Tints of Spray #84CACD

Color information

#84CACD (or 0x84CACD) is unknown color: approx Spray. HEX triplet: 84, CA and CD. RGB value is (132,202,205). Sum of RGB (Red+Green+Blue) = 132+202+205=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #84CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CACD is #7B3532. Grayscale: #B5B5B5. Windows color (decimal): -8074547 or 13486724. OLE color: 13486724.

HSL color Cylindrical-coordinate representation of color #84CACD: hue angle of 182.47º 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 #84CACD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132202205-
CMYK0.360.0100.20
HSL182.47º42.2%66.08%-
HSV(B)182.47º35.61%80.39%-
XYZ41.6651.5565.51-
YUV181.41141.3192.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=24.49%
G=37.48%
B=38.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322022050.360.0100.20182.4742.266.08
Hex84CACD241014b62a42
Octal20431231544102426652102
Binary1000010011001010110011011001001010100101101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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