#94F1BC

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

Shades of Vista Blue #94F1BC

Tints of Vista Blue #94F1BC

Color information

#94F1BC (or 0x94F1BC) is unknown color: approx Vista Blue. HEX triplet: 94, F1 and BC. RGB value is (148,241,188). Sum of RGB (Red+Green+Blue) = 148+241+188=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1BC is #6B0E43. Grayscale: #CFCFCF. Windows color (decimal): -7016004 or 12382612. OLE color: 12382612.

HSL color Cylindrical-coordinate representation of color #94F1BC: hue angle of 145.81º degrees, saturation: 0.77, 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 #94F1BC is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB148241188-
CMYK0.3900.220.05
HSL145.81º76.86%76.27%-
HSV(B)145.81º38.59%94.51%-
XYZ52.7572.8458.86-
YUV207.15117.1985.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.65%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=25.65%
G=41.77%
B=32.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482411880.3900.220.05145.8176.8676.27
Hex94F1BC270165924d4c
Octal224361274470265222115114
Binary1001010011110001101111001001110101101011001001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,188); }

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

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

 a { background-color: rgb(148,241,188); }

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

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

 span { border-color: rgb(148,241,188); }

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