#95CAB4

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

Shades of Vista Blue #95CAB4

Tints of Vista Blue #95CAB4

Color information

#95CAB4 (or 0x95CAB4) is unknown color: approx Vista Blue. HEX triplet: 95, CA and B4. RGB value is (149,202,180). Sum of RGB (Red+Green+Blue) = 149+202+180=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CAB4 is #6A354B. Grayscale: #B7B7B7. Windows color (decimal): -6960460 or 11848341. OLE color: 11848341.

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

Color convert

RGB149202180-
CMYK0.2600.110.21
HSL155.09º33.33%68.82%-
HSV(B)155.09º26.24%79.22%-
XYZ41.7551.9351-
YUV183.64125.94103.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=28.06%
G=38.04%
B=33.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021800.2600.110.21155.0933.3368.82
Hex95CAB41A0B159b2145
Octal225312264320132523341105
Binary100101011100101010110100110100101110101100110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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