#84DFAD

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

Shades of Vista Blue #84DFAD

Tints of Vista Blue #84DFAD

Color information

#84DFAD (or 0x84DFAD) is unknown color: approx Vista Blue. HEX triplet: 84, DF and AD. RGB value is (132,223,173). Sum of RGB (Red+Green+Blue) = 132+223+173=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFAD is #7B2052. Grayscale: #BEBEBE. Windows color (decimal): -8069203 or 11394948. OLE color: 11394948.

HSL color Cylindrical-coordinate representation of color #84DFAD: hue angle of 147.03º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFAD is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB132223173-
CMYK0.4100.220.13
HSL147.03º58.71%69.61%-
HSV(B)147.03º40.81%87.45%-
XYZ43.4560.748.96-
YUV190.09118.3586.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=25%
G=42.23%
B=32.77%

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
Decimal1322231730.4100.220.13147.0358.7169.61
Hex84DFAD29016D933b46
Octal204337255510261522373106
Binary1000010011011111101011011010010101101101100100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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