#94ECBB

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

Shades of Vista Blue #94ECBB

Tints of Vista Blue #94ECBB

Color information

#94ECBB (or 0x94ECBB) is unknown color: approx Vista Blue. HEX triplet: 94, EC and BB. RGB value is (148,236,187). Sum of RGB (Red+Green+Blue) = 148+236+187=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECBB is #6B1344. Grayscale: #CCCCCC. Windows color (decimal): -7017285 or 12315796. OLE color: 12315796.

HSL color Cylindrical-coordinate representation of color #94ECBB: hue angle of 146.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECBB is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB148236187-
CMYK0.3700.210.07
HSL146.59º69.84%75.29%-
HSV(B)146.59º37.29%92.55%-
XYZ51.1869.8757.8-
YUV204.1118.3587.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=25.92%
G=41.33%
B=32.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361870.3700.210.07146.5969.8475.29
Hex94ECBB25015793464b
Octal224354273450257223106113
Binary1001010011101100101110111001010101011111001001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ECBB; }

 p { color: rgb(148,236,187); }

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

<style>
 a { background-color: #94ECBB; }

 a { background-color: rgb(148,236,187); }

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

<style>
 span { border-color: #94ECBB; }

 span { border-color: rgb(148,236,187); }

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