#95CCAD

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

Shades of Vista Blue #95CCAD

Tints of Vista Blue #95CCAD

Color information

#95CCAD (or 0x95CCAD) is unknown color: approx Vista Blue. HEX triplet: 95, CC and AD. RGB value is (149,204,173). Sum of RGB (Red+Green+Blue) = 149+204+173=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CCAD is #6A3352. Grayscale: #B8B8B8. Windows color (decimal): -6959955 or 11390101. OLE color: 11390101.

HSL color Cylindrical-coordinate representation of color #95CCAD: hue angle of 146.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CCAD is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB149204173-
CMYK0.2700.150.2
HSL146.18º35.03%69.22%-
HSV(B)146.18º26.96%80%-
XYZ41.5352.5947.5-
YUV184.02121.78103.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=28.33%
G=38.78%
B=32.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041730.2700.150.2146.1835.0369.22
Hex95CCAD1B0F14922345
Octal225314255330172422243105
Binary100101011100110010101101110110111110100100100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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