#95EFBC

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

Shades of Vista Blue #95EFBC

Tints of Vista Blue #95EFBC

Color information

#95EFBC (or 0x95EFBC) is unknown color: approx Vista Blue. HEX triplet: 95, EF and BC. RGB value is (149,239,188). Sum of RGB (Red+Green+Blue) = 149+239+188=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFBC is #6A1043. Grayscale: #CECECE. Windows color (decimal): -6950980 or 12382101. OLE color: 12382101.

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

Color convert

RGB149239188-
CMYK0.3800.210.06
HSL146º73.77%76.08%-
HSV(B)146º37.66%93.73%-
XYZ52.3471.7558.67-
YUV206.28117.6887.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=25.87%
G=41.49%
B=32.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391880.3800.210.0614673.7776.08
Hex95EFBC260156924a4c
Octal225357274460256222112114
Binary1001010111101111101111001001100101011101001001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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