#84DCB2

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

Shades of Vista Blue #84DCB2

Tints of Vista Blue #84DCB2

Color information

#84DCB2 (or 0x84DCB2) is unknown color: approx Vista Blue. HEX triplet: 84, DC and B2. RGB value is (132,220,178). Sum of RGB (Red+Green+Blue) = 132+220+178=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCB2 is #7B234D. Grayscale: #BCBCBC. Windows color (decimal): -8069966 or 11721860. OLE color: 11721860.

HSL color Cylindrical-coordinate representation of color #84DCB2: hue angle of 151.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCB2 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB132220178-
CMYK0.4000.190.14
HSL151.36º55.7%69.02%-
HSV(B)151.36º40%86.27%-
XYZ43.1459.3151.29-
YUV188.9121.8587.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=24.91%
G=41.51%
B=33.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201780.4000.190.14151.3655.769.02
Hex84DCB228013E973845
Octal204334262500231622770105
Binary1000010011011100101100101010000100111110100101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,178); }

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

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

 a { background-color: rgb(132,220,178); }

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

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

 span { border-color: rgb(132,220,178); }

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