#99CFAC

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

Shades of Vista Blue #99CFAC

Tints of Vista Blue #99CFAC

Color information

#99CFAC (or 0x99CFAC) is unknown color: approx Vista Blue. HEX triplet: 99, CF and AC. RGB value is (153,207,172). Sum of RGB (Red+Green+Blue) = 153+207+172=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFAC is #663053. Grayscale: #BABABA. Windows color (decimal): -6697044 or 11325337. OLE color: 11325337.

HSL color Cylindrical-coordinate representation of color #99CFAC: hue angle of 141.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFAC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB153207172-
CMYK0.2600.170.19
HSL141.11º36%70.59%-
HSV(B)141.11º26.09%81.18%-
XYZ42.954.3847.26-
YUV186.86119.61103.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=28.76%
G=38.91%
B=32.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071720.2600.170.19141.113670.59
Hex99CFAC1A011138d2447
Octal231317254320212321544107
Binary1001100111001111101011001101001000110011100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,172); }

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

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

 a { background-color: rgb(153,207,172); }

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

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

 span { border-color: rgb(153,207,172); }

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