#95CAAF

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

Shades of Vista Blue #95CAAF

Tints of Vista Blue #95CAAF

Color information

#95CAAF (or 0x95CAAF) is unknown color: approx Vista Blue. HEX triplet: 95, CA and AF. RGB value is (149,202,175). Sum of RGB (Red+Green+Blue) = 149+202+175=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAAF is #6A3550. Grayscale: #B7B7B7. Windows color (decimal): -6960465 or 11520661. OLE color: 11520661.

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

Color convert

RGB149202175-
CMYK0.2600.130.21
HSL149.43º33.33%68.82%-
HSV(B)149.43º26.24%79.22%-
XYZ41.2551.7348.37-
YUV183.08123.44103.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=28.33%
G=38.40%
B=33.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021750.2600.130.21149.4333.3368.82
Hex95CAAF1A0D15952145
Octal225312257320152522541105
Binary100101011100101010101111110100110110101100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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