#84FCB0

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

Shades of Vista Blue #84FCB0

Tints of Vista Blue #84FCB0

Color information

#84FCB0 (or 0x84FCB0) is unknown color: approx Vista Blue. HEX triplet: 84, FC and B0. RGB value is (132,252,176). Sum of RGB (Red+Green+Blue) = 132+252+176=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FCB0 is #7B034F. Grayscale: #CFCFCF. Windows color (decimal): -8061776 or 11598980. OLE color: 11598980.

HSL color Cylindrical-coordinate representation of color #84FCB0: hue angle of 142º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCB0 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB132252176-
CMYK0.4800.300.01
HSL142º95.24%75.29%-
HSV(B)142º47.62%98.82%-
XYZ52.1677.6653.32-
YUV207.46110.2474.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.57%
GREEN value IS 252 (98.83% from 255) = 45%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=23.57%
G=45%
B=31.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322521760.4800.300.0114295.2475.29
Hex84FCB03001E18e5f4b
Octal204374260600361216137113
Binary10000100111111001011000011000001111011000111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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