#95ECBB

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

Shades of Vista Blue #95ECBB

Tints of Vista Blue #95ECBB

Color information

#95ECBB (or 0x95ECBB) is unknown color: approx Vista Blue. HEX triplet: 95, EC and BB. RGB value is (149,236,187). Sum of RGB (Red+Green+Blue) = 149+236+187=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECBB is #6A1344. Grayscale: #CCCCCC. Windows color (decimal): -6951749 or 12315797. OLE color: 12315797.

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

Color convert

RGB149236187-
CMYK0.3700.210.07
HSL146.21º69.6%75.49%-
HSV(B)146.21º36.86%92.55%-
XYZ51.3669.9757.81-
YUV204.4118.1888.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=26.05%
G=41.26%
B=32.69%

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
Decimal1492361870.3700.210.07146.2169.675.49
Hex95ECBB25015792464b
Octal225354273450257222106113
Binary1001010111101100101110111001010101011111001001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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