#95CDAE

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

Shades of Vista Blue #95CDAE

Tints of Vista Blue #95CDAE

Color information

#95CDAE (or 0x95CDAE) is unknown color: approx Vista Blue. HEX triplet: 95, CD and AE. RGB value is (149,205,174). Sum of RGB (Red+Green+Blue) = 149+205+174=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDAE is #6A3251. Grayscale: #B8B8B8. Windows color (decimal): -6959698 or 11455893. OLE color: 11455893.

HSL color Cylindrical-coordinate representation of color #95CDAE: hue angle of 146.79º degrees, saturation: 0.36, 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 #95CDAE is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB149205174-
CMYK0.2700.150.20
HSL146.79º35.9%69.41%-
HSV(B)146.79º27.32%80.39%-
XYZ41.8753.1148.09-
YUV184.72121.95102.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=28.22%
G=38.83%
B=32.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051740.2700.150.20146.7935.969.41
Hex95CDAE1B0F14932445
Octal225315256330172422344105
Binary100101011100110110101110110110111110100100100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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