#84CDA5

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

Shades of Vista Blue #84CDA5

Tints of Vista Blue #84CDA5

Color information

#84CDA5 (or 0x84CDA5) is unknown color: approx Vista Blue. HEX triplet: 84, CD and A5. RGB value is (132,205,165). Sum of RGB (Red+Green+Blue) = 132+205+165=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA5 is #7B325A. Grayscale: #B2B2B2. Windows color (decimal): -8073819 or 10866052. OLE color: 10866052.

HSL color Cylindrical-coordinate representation of color #84CDA5: hue angle of 147.12º 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 #84CDA5 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB132205165-
CMYK0.3600.200.20
HSL147.12º42.2%66.08%-
HSV(B)147.12º35.61%80.39%-
XYZ38.1451.2843.49-
YUV178.61120.3294.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=26.29%
G=40.84%
B=32.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051650.3600.200.20147.1242.266.08
Hex84CDA52401414932a42
Octal204315245440242422352102
Binary10000100110011011010010110010001010010100100100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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