#84DFB1

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

Shades of Vista Blue #84DFB1

Tints of Vista Blue #84DFB1

Color information

#84DFB1 (or 0x84DFB1) is unknown color: approx Vista Blue. HEX triplet: 84, DF and B1. RGB value is (132,223,177). Sum of RGB (Red+Green+Blue) = 132+223+177=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFB1 is #7B204E. Grayscale: #BEBEBE. Windows color (decimal): -8069199 or 11657092. OLE color: 11657092.

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

Color convert

RGB132223177-
CMYK0.4100.210.13
HSL149.67º58.71%69.61%-
HSV(B)149.67º40.81%87.45%-
XYZ43.8460.8651.03-
YUV190.55120.3586.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=24.81%
G=41.92%
B=33.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322231770.4100.210.13149.6758.7169.61
Hex84DFB129015D963b46
Octal204337261510251522673106
Binary1000010011011111101100011010010101011101100101101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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