#95ECBE

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

Shades of Vista Blue #95ECBE

Tints of Vista Blue #95ECBE

Color information

#95ECBE (or 0x95ECBE) is unknown color: approx Vista Blue. HEX triplet: 95, EC and BE. RGB value is (149,236,190). Sum of RGB (Red+Green+Blue) = 149+236+190=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECBE is #6A1341. Grayscale: #CCCCCC. Windows color (decimal): -6951746 or 12512405. OLE color: 12512405.

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

Color convert

RGB149236190-
CMYK0.3700.190.07
HSL148.28º69.6%75.49%-
HSV(B)148.28º36.86%92.55%-
XYZ51.6870.159.52-
YUV204.74119.6888.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=25.91%
G=41.04%
B=33.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361900.3700.190.07148.2869.675.49
Hex95ECBE25013794464b
Octal225354276450237224106113
Binary1001010111101100101111101001010100111111001010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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