#95EFB2

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

Shades of Vista Blue #95EFB2

Tints of Vista Blue #95EFB2

Color information

#95EFB2 (or 0x95EFB2) is unknown color: approx Vista Blue. HEX triplet: 95, EF and B2. RGB value is (149,239,178). Sum of RGB (Red+Green+Blue) = 149+239+178=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFB2 is #6A104D. Grayscale: #CDCDCD. Windows color (decimal): -6950990 or 11726741. OLE color: 11726741.

HSL color Cylindrical-coordinate representation of color #95EFB2: hue angle of 139.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFB2 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB149239178-
CMYK0.3800.260.06
HSL139.33º73.77%76.08%-
HSV(B)139.33º37.66%93.73%-
XYZ51.371.3453.19-
YUV205.14112.6887.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=26.33%
G=42.23%
B=31.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391780.3800.260.06139.3373.7776.08
Hex95EFB22601A68b4a4c
Octal225357262460326213112114
Binary1001010111101111101100101001100110101101000101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,178); }

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

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

 a { background-color: rgb(149,239,178); }

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

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

 span { border-color: rgb(149,239,178); }

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