#84F1B3

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

Shades of Vista Blue #84F1B3

Tints of Vista Blue #84F1B3

Color information

#84F1B3 (or 0x84F1B3) is unknown color: approx Vista Blue. HEX triplet: 84, F1 and B3. RGB value is (132,241,179). Sum of RGB (Red+Green+Blue) = 132+241+179=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1B3 is #7B0E4C. Grayscale: #C9C9C9. Windows color (decimal): -8064589 or 11792772. OLE color: 11792772.

HSL color Cylindrical-coordinate representation of color #84F1B3: hue angle of 145.87º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1B3 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB132241179-
CMYK0.4500.260.05
HSL145.87º79.56%73.14%-
HSV(B)145.87º45.23%94.51%-
XYZ49.1171.0753.78-
YUV201.34115.3978.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=23.91%
G=43.66%
B=32.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322411790.4500.260.05145.8779.5673.14
Hex84F1B32D01A5925049
Octal204361263550325222120111
Binary1000010011110001101100111011010110101011001001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,241,179); }

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

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

 a { background-color: rgb(132,241,179); }

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

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

 span { border-color: rgb(132,241,179); }

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