#84DEAD

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

Shades of Vista Blue #84DEAD

Tints of Vista Blue #84DEAD

Color information

#84DEAD (or 0x84DEAD) is unknown color: approx Vista Blue. HEX triplet: 84, DE and AD. RGB value is (132,222,173). Sum of RGB (Red+Green+Blue) = 132+222+173=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAD is #7B2152. Grayscale: #BDBDBD. Windows color (decimal): -8069459 or 11394692. OLE color: 11394692.

HSL color Cylindrical-coordinate representation of color #84DEAD: hue angle of 147.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEAD is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB132222173-
CMYK0.4100.220.13
HSL147.33º57.69%69.41%-
HSV(B)147.33º40.54%87.06%-
XYZ43.1860.1748.87-
YUV189.5118.6886.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=25.05%
G=42.13%
B=32.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221730.4100.220.13147.3357.6969.41
Hex84DEAD29016D933a45
Octal204336255510261522372105
Binary1000010011011110101011011010010101101101100100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,173); }

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

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

 a { background-color: rgb(132,222,173); }

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

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

 span { border-color: rgb(132,222,173); }

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