#94DAAC

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

Shades of Vista Blue #94DAAC

Tints of Vista Blue #94DAAC

Color information

#94DAAC (or 0x94DAAC) is unknown color: approx Vista Blue. HEX triplet: 94, DA and AC. RGB value is (148,218,172). Sum of RGB (Red+Green+Blue) = 148+218+172=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAAC is #6B2553. Grayscale: #BFBFBF. Windows color (decimal): -7021908 or 11328148. OLE color: 11328148.

HSL color Cylindrical-coordinate representation of color #94DAAC: hue angle of 140.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAAC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB148218172-
CMYK0.3200.210.15
HSL140.57º48.61%71.76%-
HSV(B)140.57º32.11%85.49%-
XYZ44.7359.4248.14-
YUV191.83116.8196.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=27.51%
G=40.52%
B=31.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181720.3200.210.15140.5748.6171.76
Hex94DAAC20015F8d3148
Octal224332254400251721561110
Binary1001010011011010101011001000000101011111100011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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