#95E2B3

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

Shades of Vista Blue #95E2B3

Tints of Vista Blue #95E2B3

Color information

#95E2B3 (or 0x95E2B3) is unknown color: approx Vista Blue. HEX triplet: 95, E2 and B3. RGB value is (149,226,179). Sum of RGB (Red+Green+Blue) = 149+226+179=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E2B3 is #6A1D4C. Grayscale: #C5C5C5. Windows color (decimal): -6954317 or 11788949. OLE color: 11788949.

HSL color Cylindrical-coordinate representation of color #95E2B3: hue angle of 143.38º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E2B3 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB149226179-
CMYK0.3400.210.11
HSL143.38º57.04%73.53%-
HSV(B)143.38º34.07%88.63%-
XYZ47.7364.0452.49-
YUV197.62117.4993.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 226 (88.67% from 255) = 40.79%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=26.90%
G=40.79%
B=32.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492261790.3400.210.11143.3857.0473.53
Hex95E2B322015B8f394a
Octal225342263420251321771112
Binary1001010111100010101100111000100101011011100011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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