#84DAB0

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

Shades of Vista Blue #84DAB0

Tints of Vista Blue #84DAB0

Color information

#84DAB0 (or 0x84DAB0) is unknown color: approx Vista Blue. HEX triplet: 84, DA and B0. RGB value is (132,218,176). Sum of RGB (Red+Green+Blue) = 132+218+176=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAB0 is #7B254F. Grayscale: #BBBBBB. Windows color (decimal): -8070480 or 11590276. OLE color: 11590276.

HSL color Cylindrical-coordinate representation of color #84DAB0: hue angle of 150.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB132218176-
CMYK0.3900.190.15
HSL150.7º53.75%68.63%-
HSV(B)150.7º39.45%85.49%-
XYZ42.4258.1850.07-
YUV187.5121.5188.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=25.10%
G=41.44%
B=33.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181760.3900.190.15150.753.7568.63
Hex84DAB027013F973645
Octal204332260470231722766105
Binary1000010011011010101100001001110100111111100101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,176); }

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

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

 a { background-color: rgb(132,218,176); }

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

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

 span { border-color: rgb(132,218,176); }

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