#95CAAE

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

Shades of Vista Blue #95CAAE

Tints of Vista Blue #95CAAE

Color information

#95CAAE (or 0x95CAAE) is unknown color: approx Vista Blue. HEX triplet: 95, CA and AE. RGB value is (149,202,174). Sum of RGB (Red+Green+Blue) = 149+202+174=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAAE is #6A3551. Grayscale: #B7B7B7. Windows color (decimal): -6960466 or 11455125. OLE color: 11455125.

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

Color convert

RGB149202174-
CMYK0.2600.140.21
HSL148.3º33.33%68.82%-
HSV(B)148.3º26.24%79.22%-
XYZ41.1551.6947.85-
YUV182.96122.94103.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=28.38%
G=38.48%
B=33.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021740.2600.140.21148.333.3368.82
Hex95CAAE1A0E15942145
Octal225312256320162522441105
Binary100101011100101010101110110100111010101100101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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