#84DEAE

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

Shades of Vista Blue #84DEAE

Tints of Vista Blue #84DEAE

Color information

#84DEAE (or 0x84DEAE) is unknown color: approx Vista Blue. HEX triplet: 84, DE and AE. RGB value is (132,222,174). Sum of RGB (Red+Green+Blue) = 132+222+174=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAE is #7B2151. Grayscale: #BDBDBD. Windows color (decimal): -8069458 or 11460228. OLE color: 11460228.

HSL color Cylindrical-coordinate representation of color #84DEAE: hue angle of 148º 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 #84DEAE is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB132222174-
CMYK0.4100.220.13
HSL148º57.69%69.41%-
HSV(B)148º40.54%87.06%-
XYZ43.2860.249.38-
YUV189.62119.1886.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=25%
G=42.05%
B=32.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221740.4100.220.1314857.6969.41
Hex84DEAE29016D943a45
Octal204336256510261522472105
Binary1000010011011110101011101010010101101101100101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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