#95CEAA

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

Shades of Vista Blue #95CEAA

Tints of Vista Blue #95CEAA

Color information

#95CEAA (or 0x95CEAA) is unknown color: approx Vista Blue. HEX triplet: 95, CE and AA. RGB value is (149,206,170). Sum of RGB (Red+Green+Blue) = 149+206+170=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CEAA is #6A3155. Grayscale: #B8B8B8. Windows color (decimal): -6959446 or 11194005. OLE color: 11194005.

HSL color Cylindrical-coordinate representation of color #95CEAA: hue angle of 142.11º 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 #95CEAA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB149206170-
CMYK0.2800.170.19
HSL142.11º36.77%69.61%-
HSV(B)142.11º27.67%80.78%-
XYZ41.7253.4346.15-
YUV184.85119.62102.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=28.38%
G=39.24%
B=32.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061700.2800.170.19142.1136.7769.61
Hex95CEAA1C011138e2546
Octal225316252340212321645106
Binary1001010111001110101010101110001000110011100011101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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