#99C5AF

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

Shades of Vista Blue #99C5AF

Tints of Vista Blue #99C5AF

Color information

#99C5AF (or 0x99C5AF) is unknown color: approx Vista Blue. HEX triplet: 99, C5 and AF. RGB value is (153,197,175). Sum of RGB (Red+Green+Blue) = 153+197+175=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5AF is #663A50. Grayscale: #B5B5B5. Windows color (decimal): -6699601 or 11519385. OLE color: 11519385.

HSL color Cylindrical-coordinate representation of color #99C5AF: hue angle of 150º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5AF is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB153197175-
CMYK0.2200.110.23
HSL150º27.5%68.63%-
HSV(B)150º22.34%77.25%-
XYZ40.8449.848.02-
YUV181.34124.42107.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=29.14%
G=37.52%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531971750.2200.110.2315027.568.63
Hex99C5AF160B17961c45
Octal231305257260132722634105
Binary10011001110001011010111110110010111011110010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C5AF; }

 p { color: rgb(153,197,175); }

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

<style>
 a { background-color: #99C5AF; }

 a { background-color: rgb(153,197,175); }

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

<style>
 span { border-color: #99C5AF; }

 span { border-color: rgb(153,197,175); }

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