#84DAAD

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

Shades of Vista Blue #84DAAD

Tints of Vista Blue #84DAAD

Color information

#84DAAD (or 0x84DAAD) is unknown color: approx Vista Blue. HEX triplet: 84, DA and AD. RGB value is (132,218,173). Sum of RGB (Red+Green+Blue) = 132+218+173=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAAD is #7B2552. Grayscale: #BBBBBB. Windows color (decimal): -8070483 or 11393668. OLE color: 11393668.

HSL color Cylindrical-coordinate representation of color #84DAAD: hue angle of 148.6º 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 #84DAAD is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB132218173-
CMYK0.3900.210.15
HSL148.6º53.75%68.63%-
HSV(B)148.6º39.45%85.49%-
XYZ42.1358.0748.52-
YUV187.16120.0188.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=25.24%
G=41.68%
B=33.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181730.3900.210.15148.653.7568.63
Hex84DAAD27015F953645
Octal204332255470251722566105
Binary1000010011011010101011011001110101011111100101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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