#95CDAF

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

Shades of Vista Blue #95CDAF

Tints of Vista Blue #95CDAF

Color information

#95CDAF (or 0x95CDAF) is unknown color: approx Vista Blue. HEX triplet: 95, CD and AF. RGB value is (149,205,175). Sum of RGB (Red+Green+Blue) = 149+205+175=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDAF is #6A3250. Grayscale: #B8B8B8. Windows color (decimal): -6959697 or 11521429. OLE color: 11521429.

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

Color convert

RGB149205175-
CMYK0.2700.150.20
HSL147.86º35.9%69.41%-
HSV(B)147.86º27.32%80.39%-
XYZ41.9653.1548.6-
YUV184.84122.45102.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=28.17%
G=38.75%
B=33.08%

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
Decimal1492051750.2700.150.20147.8635.969.41
Hex95CDAF1B0F14942445
Octal225315257330172422444105
Binary100101011100110110101111110110111110100100101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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