#95ECBC

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

Shades of Vista Blue #95ECBC

Tints of Vista Blue #95ECBC

Color information

#95ECBC (or 0x95ECBC) is unknown color: approx Vista Blue. HEX triplet: 95, EC and BC. RGB value is (149,236,188). Sum of RGB (Red+Green+Blue) = 149+236+188=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECBC is #6A1343. Grayscale: #CCCCCC. Windows color (decimal): -6951748 or 12381333. OLE color: 12381333.

HSL color Cylindrical-coordinate representation of color #95ECBC: hue angle of 146.9º 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 #95ECBC is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB149236188-
CMYK0.3700.200.07
HSL146.9º69.6%75.49%-
HSV(B)146.9º36.86%92.55%-
XYZ51.4770.0158.38-
YUV204.52118.6888.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=26.00%
G=41.19%
B=32.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361880.3700.200.07146.969.675.49
Hex95ECBC25014793464b
Octal225354274450247223106113
Binary1001010111101100101111001001010101001111001001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ECBC; }

 p { color: rgb(149,236,188); }

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

<style>
 a { background-color: #95ECBC; }

 a { background-color: rgb(149,236,188); }

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

<style>
 span { border-color: #95ECBC; }

 span { border-color: rgb(149,236,188); }

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