#95EFB1

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

Shades of Vista Blue #95EFB1

Tints of Vista Blue #95EFB1

Color information

#95EFB1 (or 0x95EFB1) is unknown color: approx Vista Blue. HEX triplet: 95, EF and B1. RGB value is (149,239,177). Sum of RGB (Red+Green+Blue) = 149+239+177=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFB1 is #6A104E. Grayscale: #CDCDCD. Windows color (decimal): -6950991 or 11661205. OLE color: 11661205.

HSL color Cylindrical-coordinate representation of color #95EFB1: hue angle of 138.67º 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 #95EFB1 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB149239177-
CMYK0.3800.260.06
HSL138.67º73.77%76.08%-
HSV(B)138.67º37.66%93.73%-
XYZ51.271.352.66-
YUV205.02112.1888.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=26.37%
G=42.30%
B=31.33%

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
Decimal1492391770.3800.260.06138.6773.7776.08
Hex95EFB12601A68b4a4c
Octal225357261460326213112114
Binary1001010111101111101100011001100110101101000101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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