#84CDAB

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

Shades of Vista Blue #84CDAB

Tints of Vista Blue #84CDAB

Color information

#84CDAB (or 0x84CDAB) is unknown color: approx Vista Blue. HEX triplet: 84, CD and AB. RGB value is (132,205,171). Sum of RGB (Red+Green+Blue) = 132+205+171=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDAB is #7B3254. Grayscale: #B3B3B3. Windows color (decimal): -8073813 or 11259268. OLE color: 11259268.

HSL color Cylindrical-coordinate representation of color #84CDAB: hue angle of 152.05º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDAB is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB132205171-
CMYK0.3600.170.20
HSL152.05º42.2%66.08%-
HSV(B)152.05º35.61%80.39%-
XYZ38.751.5146.43-
YUV179.3123.3294.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=25.98%
G=40.35%
B=33.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051710.3600.170.20152.0542.266.08
Hex84CDAB2401114982a42
Octal204315253440212423052102
Binary10000100110011011010101110010001000110100100110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,205,171); }

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

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

 a { background-color: rgb(132,205,171); }

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

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

 span { border-color: rgb(132,205,171); }

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