#95CDAB

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

Shades of Vista Blue #95CDAB

Tints of Vista Blue #95CDAB

Color information

#95CDAB (or 0x95CDAB) is unknown color: approx Vista Blue. HEX triplet: 95, CD and AB. RGB value is (149,205,171). Sum of RGB (Red+Green+Blue) = 149+205+171=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDAB is #6A3254. Grayscale: #B8B8B8. Windows color (decimal): -6959701 or 11259285. OLE color: 11259285.

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

Color convert

RGB149205171-
CMYK0.2700.170.20
HSL143.57º35.9%69.41%-
HSV(B)143.57º27.32%80.39%-
XYZ41.5852.9946.57-
YUV184.38120.45102.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=28.38%
G=39.05%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051710.2700.170.20143.5735.969.41
Hex95CDAB1B01114902445
Octal225315253330212422044105
Binary1001010111001101101010111101101000110100100100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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