#84DCAF

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

Shades of Vista Blue #84DCAF

Tints of Vista Blue #84DCAF

Color information

#84DCAF (or 0x84DCAF) is unknown color: approx Vista Blue. HEX triplet: 84, DC and AF. RGB value is (132,220,175). Sum of RGB (Red+Green+Blue) = 132+220+175=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCAF is #7B2350. Grayscale: #BCBCBC. Windows color (decimal): -8069969 or 11525252. OLE color: 11525252.

HSL color Cylindrical-coordinate representation of color #84DCAF: hue angle of 149.32º degrees, saturation: 0.56, 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 #84DCAF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB132220175-
CMYK0.4000.200.14
HSL149.32º55.7%69.02%-
HSV(B)149.32º40%86.27%-
XYZ42.8559.1949.72-
YUV188.56120.3587.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=25.05%
G=41.75%
B=33.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201750.4000.200.14149.3255.769.02
Hex84DCAF28014E953845
Octal204334257500241622570105
Binary1000010011011100101011111010000101001110100101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,175); }

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

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

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

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

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

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

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