#95DAAD

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

Shades of Vista Blue #95DAAD

Tints of Vista Blue #95DAAD

Color information

#95DAAD (or 0x95DAAD) is unknown color: approx Vista Blue. HEX triplet: 95, DA and AD. RGB value is (149,218,173). Sum of RGB (Red+Green+Blue) = 149+218+173=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAAD is #6A2552. Grayscale: #C0C0C0. Windows color (decimal): -6956371 or 11393685. OLE color: 11393685.

HSL color Cylindrical-coordinate representation of color #95DAAD: hue angle of 140.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAAD is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB149218173-
CMYK0.3200.210.15
HSL140.87º48.25%71.96%-
HSV(B)140.87º31.65%85.49%-
XYZ45.0159.5548.66-
YUV192.24117.1497.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=27.59%
G=40.37%
B=32.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181730.3200.210.15140.8748.2571.96
Hex95DAAD20015F8d3048
Octal225332255400251721560110
Binary1001010111011010101011011000000101011111100011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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