#95E0B3

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

Shades of Vista Blue #95E0B3

Tints of Vista Blue #95E0B3

Color information

#95E0B3 (or 0x95E0B3) is unknown color: approx Vista Blue. HEX triplet: 95, E0 and B3. RGB value is (149,224,179). Sum of RGB (Red+Green+Blue) = 149+224+179=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0B3 is #6A1F4C. Grayscale: #C4C4C4. Windows color (decimal): -6954829 or 11788437. OLE color: 11788437.

HSL color Cylindrical-coordinate representation of color #95E0B3: hue angle of 144º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0B3 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB149224179-
CMYK0.3300.200.12
HSL144º54.74%73.14%-
HSV(B)144º33.48%87.84%-
XYZ47.1962.9652.31-
YUV196.44118.1594.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=26.99%
G=40.58%
B=32.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241790.3300.200.1214454.7473.14
Hex95E0B321014C903749
Octal225340263410241422067111
Binary1001010111100000101100111000010101001100100100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,179); }

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

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

 a { background-color: rgb(149,224,179); }

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

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

 span { border-color: rgb(149,224,179); }

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