#84DBAE

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

Shades of Vista Blue #84DBAE

Tints of Vista Blue #84DBAE

Color information

#84DBAE (or 0x84DBAE) is unknown color: approx Vista Blue. HEX triplet: 84, DB and AE. RGB value is (132,219,174). Sum of RGB (Red+Green+Blue) = 132+219+174=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBAE is #7B2451. Grayscale: #BBBBBB. Windows color (decimal): -8070226 or 11459460. OLE color: 11459460.

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

Color convert

RGB132219174-
CMYK0.4000.210.14
HSL148.97º54.72%68.82%-
HSV(B)148.97º39.73%85.88%-
XYZ42.4958.6249.12-
YUV187.86120.1888.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=25.14%
G=41.71%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322191740.4000.210.14148.9754.7268.82
Hex84DBAE28015E953745
Octal204333256500251622567105
Binary1000010011011011101011101010000101011110100101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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