#84EBBB

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

Shades of Vista Blue #84EBBB

Tints of Vista Blue #84EBBB

Color information

#84EBBB (or 0x84EBBB) is unknown color: approx Vista Blue. HEX triplet: 84, EB and BB. RGB value is (132,235,187). Sum of RGB (Red+Green+Blue) = 132+235+187=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBBB is #7B1444. Grayscale: #C6C6C6. Windows color (decimal): -8066117 or 12315524. OLE color: 12315524.

HSL color Cylindrical-coordinate representation of color #84EBBB: hue angle of 152.04º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBBB is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB132235187-
CMYK0.4400.200.08
HSL152.04º72.03%71.96%-
HSV(B)152.04º43.83%92.16%-
XYZ48.1967.9157.58-
YUV198.73121.3880.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=23.83%
G=42.42%
B=33.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351870.4400.200.08152.0472.0371.96
Hex84EBBB2C0148984848
Octal2043532735402410230110110
Binary10000100111010111011101110110001010010001001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,187); }

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

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

 a { background-color: rgb(132,235,187); }

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

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

 span { border-color: rgb(132,235,187); }

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