#95EDBE

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

Shades of Vista Blue #95EDBE

Tints of Vista Blue #95EDBE

Color information

#95EDBE (or 0x95EDBE) is unknown color: approx Vista Blue. HEX triplet: 95, ED and BE. RGB value is (149,237,190). Sum of RGB (Red+Green+Blue) = 149+237+190=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDBE is #6A1241. Grayscale: #CDCDCD. Windows color (decimal): -6951490 or 12512661. OLE color: 12512661.

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

Color convert

RGB149237190-
CMYK0.3700.200.07
HSL147.95º70.97%75.69%-
HSV(B)147.95º37.13%92.94%-
XYZ51.9770.6859.62-
YUV205.33119.3587.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=25.87%
G=41.15%
B=32.99%

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
Decimal1492371900.3700.200.07147.9570.9775.69
Hex95EDBE25014794474c
Octal225355276450247224107114
Binary1001010111101101101111101001010101001111001010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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