#95E6BD

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

Shades of Vista Blue #95E6BD

Tints of Vista Blue #95E6BD

Color information

#95E6BD (or 0x95E6BD) is unknown color: approx Vista Blue. HEX triplet: 95, E6 and BD. RGB value is (149,230,189). Sum of RGB (Red+Green+Blue) = 149+230+189=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6BD is #6A1942. Grayscale: #C9C9C9. Windows color (decimal): -6953283 or 12445333. OLE color: 12445333.

HSL color Cylindrical-coordinate representation of color #95E6BD: hue angle of 149.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6BD is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB149230189-
CMYK0.3500.180.10
HSL149.63º61.83%74.31%-
HSV(B)149.63º35.22%90.2%-
XYZ49.8866.6658.38-
YUV201.11121.1690.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.23%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=26.23%
G=40.49%
B=33.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492301890.3500.180.10149.6361.8374.31
Hex95E6BD23012A963e4a
Octal225346275430221222676112
Binary1001010111100110101111011000110100101010100101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,230,189); }

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

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

 a { background-color: rgb(149,230,189); }

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

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

 span { border-color: rgb(149,230,189); }

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