#94CCAB

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

Shades of Vista Blue #94CCAB

Tints of Vista Blue #94CCAB

Color information

#94CCAB (or 0x94CCAB) is unknown color: approx Vista Blue. HEX triplet: 94, CC and AB. RGB value is (148,204,171). Sum of RGB (Red+Green+Blue) = 148+204+171=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCAB is #6B3354. Grayscale: #B7B7B7. Windows color (decimal): -7025493 or 11259028. OLE color: 11259028.

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

Color convert

RGB148204171-
CMYK0.2700.160.2
HSL144.64º35.44%69.02%-
HSV(B)144.64º27.45%80%-
XYZ41.1652.4246.48-
YUV183.49120.95102.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=28.30%
G=39.01%
B=32.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041710.2700.160.2144.6435.4469.02
Hex94CCAB1B01014912345
Octal224314253330202422143105
Binary1001010011001100101010111101101000010100100100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CCAB; }

 p { color: rgb(148,204,171); }

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

<style>
 a { background-color: #94CCAB; }

 a { background-color: rgb(148,204,171); }

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

<style>
 span { border-color: #94CCAB; }

 span { border-color: rgb(148,204,171); }

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