#95EDB3

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

Shades of Vista Blue #95EDB3

Tints of Vista Blue #95EDB3

Color information

#95EDB3 (or 0x95EDB3) is unknown color: approx Vista Blue. HEX triplet: 95, ED and B3. RGB value is (149,237,179). Sum of RGB (Red+Green+Blue) = 149+237+179=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDB3 is #6A124C. Grayscale: #CCCCCC. Windows color (decimal): -6951501 or 11791765. OLE color: 11791765.

HSL color Cylindrical-coordinate representation of color #95EDB3: hue angle of 140.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDB3 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB149237179-
CMYK0.3700.240.07
HSL140.45º70.97%75.69%-
HSV(B)140.45º37.13%92.94%-
XYZ50.8270.2153.52-
YUV204.08113.8588.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=26.37%
G=41.95%
B=31.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371790.3700.240.07140.4570.9775.69
Hex95EDB32501878c474c
Octal225355263450307214107114
Binary1001010111101101101100111001010110001111000110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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