#84FAAF

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

Shades of Vista Blue #84FAAF

Tints of Vista Blue #84FAAF

Color information

#84FAAF (or 0x84FAAF) is unknown color: approx Vista Blue. HEX triplet: 84, FA and AF. RGB value is (132,250,175). Sum of RGB (Red+Green+Blue) = 132+250+175=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FAAF is #7B0550. Grayscale: #CECECE. Windows color (decimal): -8062289 or 11532932. OLE color: 11532932.

HSL color Cylindrical-coordinate representation of color #84FAAF: hue angle of 141.86º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAAF is Cyan = 0.47, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB132250175-
CMYK0.4700.30.02
HSL141.86º92.19%74.9%-
HSV(B)141.86º47.2%98.04%-
XYZ51.4476.3752.59-
YUV206.17110.4175.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=23.70%
G=44.88%
B=31.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501750.4700.30.02141.8692.1974.9
Hex84FAAF2F01E28e5c4b
Octal204372257570362216134113
Binary100001001111101010101111101111011110101000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,250,175); }

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

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

 a { background-color: rgb(132,250,175); }

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

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

 span { border-color: rgb(132,250,175); }

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