#84DEDE

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

Shades of Spray #84DEDE

Tints of Spray #84DEDE

Color information

#84DEDE (or 0x84DEDE) is unknown color: approx Spray. HEX triplet: 84, DE and DE. RGB value is (132,222,222). Sum of RGB (Red+Green+Blue) = 132+222+222=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #84DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEDE is #7B2121. Grayscale: #C3C3C3. Windows color (decimal): -8069410 or 14605956. OLE color: 14605956.

HSL color Cylindrical-coordinate representation of color #84DEDE: hue angle of 180º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEDE is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132222222-
CMYK0.41000.13
HSL180º57.69%69.41%-
HSV(B)180º40.54%87.06%-
XYZ48.8262.4278.58-
YUV195.09143.1883-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=22.92%
G=38.54%
B=38.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322222220.41000.1318057.6969.41
Hex84DEDE2900Db43a45
Octal20433633651001526472105
Binary100001001101111011011110101001001101101101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,222); }

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

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

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

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

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

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

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