#95EFAE

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

Shades of Vista Blue #95EFAE

Tints of Vista Blue #95EFAE

Color information

#95EFAE (or 0x95EFAE) is unknown color: approx Vista Blue. HEX triplet: 95, EF and AE. RGB value is (149,239,174). Sum of RGB (Red+Green+Blue) = 149+239+174=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAE is #6A1051. Grayscale: #CCCCCC. Windows color (decimal): -6950994 or 11464597. OLE color: 11464597.

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

Color convert

RGB149239174-
CMYK0.3800.270.06
HSL136.67º73.77%76.08%-
HSV(B)136.67º37.66%93.73%-
XYZ50.971.1851.1-
YUV204.68110.6888.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=26.51%
G=42.53%
B=30.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391740.3800.270.06136.6773.7776.08
Hex95EFAE2601B6894a4c
Octal225357256460336211112114
Binary1001010111101111101011101001100110111101000100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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