#94CAAC

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

Shades of Vista Blue #94CAAC

Tints of Vista Blue #94CAAC

Color information

#94CAAC (or 0x94CAAC) is unknown color: approx Vista Blue. HEX triplet: 94, CA and AC. RGB value is (148,202,172). Sum of RGB (Red+Green+Blue) = 148+202+172=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAAC is #6B3553. Grayscale: #B6B6B6. Windows color (decimal): -7026004 or 11324052. OLE color: 11324052.

HSL color Cylindrical-coordinate representation of color #94CAAC: hue angle of 146.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAAC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB148202172-
CMYK0.2700.150.21
HSL146.67º33.75%68.63%-
HSV(B)146.67º26.73%79.22%-
XYZ40.7851.5246.82-
YUV182.43122.11103.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=28.35%
G=38.70%
B=32.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021720.2700.150.21146.6733.7568.63
Hex94CAAC1B0F15932245
Octal224312254330172522342105
Binary100101001100101010101100110110111110101100100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,172); }

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

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

 a { background-color: rgb(148,202,172); }

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

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

 span { border-color: rgb(148,202,172); }

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