#94DFAE

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

Shades of Vista Blue #94DFAE

Tints of Vista Blue #94DFAE

Color information

#94DFAE (or 0x94DFAE) is unknown color: approx Vista Blue. HEX triplet: 94, DF and AE. RGB value is (148,223,174). Sum of RGB (Red+Green+Blue) = 148+223+174=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DFAE is #6B2051. Grayscale: #C3C3C3. Windows color (decimal): -7020626 or 11460500. OLE color: 11460500.

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

Color convert

RGB148223174-
CMYK0.3400.220.13
HSL140.8º53.96%72.75%-
HSV(B)140.8º33.63%87.45%-
XYZ46.2462.1349.6-
YUV194.99116.1594.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=27.16%
G=40.92%
B=31.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482231740.3400.220.13140.853.9672.75
Hex94DFAE22016D8d3649
Octal224337256420261521566111
Binary1001010011011111101011101000100101101101100011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,174); }

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

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

 a { background-color: rgb(148,223,174); }

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

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

 span { border-color: rgb(148,223,174); }

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