#84DDAE

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

Shades of Vista Blue #84DDAE

Tints of Vista Blue #84DDAE

Color information

#84DDAE (or 0x84DDAE) is unknown color: approx Vista Blue. HEX triplet: 84, DD and AE. RGB value is (132,221,174). Sum of RGB (Red+Green+Blue) = 132+221+174=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDAE is #7B2251. Grayscale: #BDBDBD. Windows color (decimal): -8069714 or 11459972. OLE color: 11459972.

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

Color convert

RGB132221174-
CMYK0.4000.210.13
HSL148.31º56.69%69.22%-
HSV(B)148.31º40.27%86.67%-
XYZ43.0159.6749.3-
YUV189.03119.5187.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=25.05%
G=41.94%
B=33.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211740.4000.210.13148.3156.6969.22
Hex84DDAE28015D943945
Octal204335256500251522471105
Binary1000010011011101101011101010000101011101100101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,174); }

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

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

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

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

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

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

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