#94DFB0

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

Shades of Vista Blue #94DFB0

Tints of Vista Blue #94DFB0

Color information

#94DFB0 (or 0x94DFB0) is unknown color: approx Vista Blue. HEX triplet: 94, DF and B0. RGB value is (148,223,176). Sum of RGB (Red+Green+Blue) = 148+223+176=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DFB0 is #6B204F. Grayscale: #C3C3C3. Windows color (decimal): -7020624 or 11591572. OLE color: 11591572.

HSL color Cylindrical-coordinate representation of color #94DFB0: hue angle of 142.4º 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 #94DFB0 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB148223176-
CMYK0.3400.210.13
HSL142.4º53.96%72.75%-
HSV(B)142.4º33.63%87.45%-
XYZ46.4462.2150.63-
YUV195.22117.1594.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=27.06%
G=40.77%
B=32.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482231760.3400.210.13142.453.9672.75
Hex94DFB022015D8e3649
Octal224337260420251521666111
Binary1001010011011111101100001000100101011101100011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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