#84CBA5

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

Shades of Vista Blue #84CBA5

Tints of Vista Blue #84CBA5

Color information

#84CBA5 (or 0x84CBA5) is unknown color: approx Vista Blue. HEX triplet: 84, CB and A5. RGB value is (132,203,165). Sum of RGB (Red+Green+Blue) = 132+203+165=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CBA5 is #7B345A. Grayscale: #B1B1B1. Windows color (decimal): -8074331 or 10865540. OLE color: 10865540.

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

Color convert

RGB132203165-
CMYK0.3500.190.20
HSL147.89º40.57%65.69%-
HSV(B)147.89º34.98%79.61%-
XYZ37.6650.3343.33-
YUV177.44120.9895.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 165 (64.84% from 255) = 33%
R=26.4%
G=40.6%
B=33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031650.3500.190.20147.8940.5765.69
Hex84CBA52301314942942
Octal204313245430232422451102
Binary10000100110010111010010110001101001110100100101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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