#95CEAE

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

Shades of Vista Blue #95CEAE

Tints of Vista Blue #95CEAE

Color information

#95CEAE (or 0x95CEAE) is unknown color: approx Vista Blue. HEX triplet: 95, CE and AE. RGB value is (149,206,174). Sum of RGB (Red+Green+Blue) = 149+206+174=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CEAE is #6A3151. Grayscale: #B9B9B9. Windows color (decimal): -6959442 or 11456149. OLE color: 11456149.

HSL color Cylindrical-coordinate representation of color #95CEAE: hue angle of 146.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEAE is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB149206174-
CMYK0.2800.160.19
HSL146.32º36.77%69.61%-
HSV(B)146.32º27.67%80.78%-
XYZ42.1153.5948.17-
YUV185.31121.62102.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=28.17%
G=38.94%
B=32.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061740.2800.160.19146.3236.7769.61
Hex95CEAE1C01013922546
Octal225316256340202322245106
Binary1001010111001110101011101110001000010011100100101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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