#84DAAF

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

Shades of Vista Blue #84DAAF

Tints of Vista Blue #84DAAF

Color information

#84DAAF (or 0x84DAAF) is unknown color: approx Vista Blue. HEX triplet: 84, DA and AF. RGB value is (132,218,175). Sum of RGB (Red+Green+Blue) = 132+218+175=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAAF is #7B2550. Grayscale: #BBBBBB. Windows color (decimal): -8070481 or 11524740. OLE color: 11524740.

HSL color Cylindrical-coordinate representation of color #84DAAF: hue angle of 150º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAAF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB132218175-
CMYK0.3900.200.15
HSL150º53.75%68.63%-
HSV(B)150º39.45%85.49%-
XYZ42.3258.1449.55-
YUV187.38121.0188.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=25.14%
G=41.52%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181750.3900.200.1515053.7568.63
Hex84DAAF27014F963645
Octal204332257470241722666105
Binary1000010011011010101011111001110101001111100101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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