#94F2B3

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

Shades of Vista Blue #94F2B3

Tints of Vista Blue #94F2B3

Color information

#94F2B3 (or 0x94F2B3) is unknown color: approx Vista Blue. HEX triplet: 94, F2 and B3. RGB value is (148,242,179). Sum of RGB (Red+Green+Blue) = 148+242+179=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F2B3 is #6B0D4C. Grayscale: #CECECE. Windows color (decimal): -7015757 or 11793044. OLE color: 11793044.

HSL color Cylindrical-coordinate representation of color #94F2B3: hue angle of 139.79º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2B3 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB148242179-
CMYK0.3900.260.05
HSL139.79º78.33%76.47%-
HSV(B)139.79º38.84%94.9%-
XYZ52.173.0554-
YUV206.71112.3686.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=26.01%
G=42.53%
B=31.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482421790.3900.260.05139.7978.3376.47
Hex94F2B32701A58c4e4c
Octal224362263470325214116114
Binary1001010011110010101100111001110110101011000110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,179); }

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

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

 a { background-color: rgb(148,242,179); }

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

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

 span { border-color: rgb(148,242,179); }

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