#95EEBF

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

Shades of Vista Blue #95EEBF

Tints of Vista Blue #95EEBF

Color information

#95EEBF (or 0x95EEBF) is unknown color: approx Vista Blue. HEX triplet: 95, EE and BF. RGB value is (149,238,191). Sum of RGB (Red+Green+Blue) = 149+238+191=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EEBF is #6A1140. Grayscale: #CECECE. Windows color (decimal): -6951233 or 12578453. OLE color: 12578453.

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

Color convert

RGB149238191-
CMYK0.3700.200.07
HSL148.31º72.36%75.88%-
HSV(B)148.31º37.39%93.33%-
XYZ52.3771.360.29-
YUV206.03119.5187.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.78%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 191 (75% from 255) = 33.04%
R=25.78%
G=41.18%
B=33.04%

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
Decimal1492381910.3700.200.07148.3172.3675.88
Hex95EEBF25014794484c
Octal225356277450247224110114
Binary1001010111101110101111111001010101001111001010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,191); }

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

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

 a { background-color: rgb(149,238,191); }

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

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

 span { border-color: rgb(149,238,191); }

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