#95CAAD

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

Shades of Vista Blue #95CAAD

Tints of Vista Blue #95CAAD

Color information

#95CAAD (or 0x95CAAD) is unknown color: approx Vista Blue. HEX triplet: 95, CA and AD. RGB value is (149,202,173). Sum of RGB (Red+Green+Blue) = 149+202+173=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAAD is #6A3552. Grayscale: #B6B6B6. Windows color (decimal): -6960467 or 11389589. OLE color: 11389589.

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

Color convert

RGB149202173-
CMYK0.2600.140.21
HSL147.17º33.33%68.82%-
HSV(B)147.17º26.24%79.22%-
XYZ41.0651.6547.34-
YUV182.85122.44103.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=28.44%
G=38.55%
B=33.02%

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
Decimal1492021730.2600.140.21147.1733.3368.82
Hex95CAAD1A0E15932145
Octal225312255320162522341105
Binary100101011100101010101101110100111010101100100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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