#94DDAD

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

Shades of Vista Blue #94DDAD

Tints of Vista Blue #94DDAD

Color information

#94DDAD (or 0x94DDAD) is unknown color: approx Vista Blue. HEX triplet: 94, DD and AD. RGB value is (148,221,173). Sum of RGB (Red+Green+Blue) = 148+221+173=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDAD is #6B2252. Grayscale: #C1C1C1. Windows color (decimal): -7021139 or 11394452. OLE color: 11394452.

HSL color Cylindrical-coordinate representation of color #94DDAD: hue angle of 140.55º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDAD is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB148221173-
CMYK0.3300.220.13
HSL140.55º51.77%72.35%-
HSV(B)140.55º33.03%86.67%-
XYZ45.6161.0348.91-
YUV193.7116.3295.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=27.31%
G=40.77%
B=31.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211730.3300.220.13140.5551.7772.35
Hex94DDAD21016D8d3448
Octal224335255410261521564110
Binary1001010011011101101011011000010101101101100011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,173); }

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

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

 a { background-color: rgb(148,221,173); }

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

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

 span { border-color: rgb(148,221,173); }

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