#84EDBB

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

Shades of Vista Blue #84EDBB

Tints of Vista Blue #84EDBB

Color information

#84EDBB (or 0x84EDBB) is unknown color: approx Vista Blue. HEX triplet: 84, ED and BB. RGB value is (132,237,187). Sum of RGB (Red+Green+Blue) = 132+237+187=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDBB is #7B1244. Grayscale: #C7C7C7. Windows color (decimal): -8065605 or 12316036. OLE color: 12316036.

HSL color Cylindrical-coordinate representation of color #84EDBB: hue angle of 151.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDBB is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB132237187-
CMYK0.4400.210.07
HSL151.43º74.47%72.35%-
HSV(B)151.43º44.3%92.94%-
XYZ48.7769.0657.77-
YUV199.9120.7179.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.74%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=23.74%
G=42.63%
B=33.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322371870.4400.210.07151.4374.4772.35
Hex84EDBB2C0157974a48
Octal204355273540257227112110
Binary1000010011101101101110111011000101011111001011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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