#95CAB1

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

Shades of Vista Blue #95CAB1

Tints of Vista Blue #95CAB1

Color information

#95CAB1 (or 0x95CAB1) is unknown color: approx Vista Blue. HEX triplet: 95, CA and B1. RGB value is (149,202,177). Sum of RGB (Red+Green+Blue) = 149+202+177=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAB1 is #6A354E. Grayscale: #B7B7B7. Windows color (decimal): -6960463 or 11651733. OLE color: 11651733.

HSL color Cylindrical-coordinate representation of color #95CAB1: hue angle of 151.7º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CAB1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB149202177-
CMYK0.2600.120.21
HSL151.7º33.33%68.82%-
HSV(B)151.7º26.24%79.22%-
XYZ41.4551.849.41-
YUV183.3124.44103.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=28.22%
G=38.26%
B=33.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021770.2600.120.21151.733.3368.82
Hex95CAB11A0C15982145
Octal225312261320142523041105
Binary100101011100101010110001110100110010101100110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,177); }

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

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

 a { background-color: rgb(149,202,177); }

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

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

 span { border-color: rgb(149,202,177); }

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