#95CCAF

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

Shades of Vista Blue #95CCAF

Tints of Vista Blue #95CCAF

Color information

#95CCAF (or 0x95CCAF) is unknown color: approx Vista Blue. HEX triplet: 95, CC and AF. RGB value is (149,204,175). Sum of RGB (Red+Green+Blue) = 149+204+175=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CCAF is #6A3350. Grayscale: #B8B8B8. Windows color (decimal): -6959953 or 11521173. OLE color: 11521173.

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

Color convert

RGB149204175-
CMYK0.2700.140.2
HSL148.36º35.03%69.22%-
HSV(B)148.36º26.96%80%-
XYZ41.7352.6748.52-
YUV184.25122.78102.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=28.22%
G=38.64%
B=33.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041750.2700.140.2148.3635.0369.22
Hex95CCAF1B0E14942345
Octal225314257330162422443105
Binary100101011100110010101111110110111010100100101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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