#94F0BA

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

Shades of Vista Blue #94F0BA

Tints of Vista Blue #94F0BA

Color information

#94F0BA (or 0x94F0BA) is unknown color: approx Vista Blue. HEX triplet: 94, F0 and BA. RGB value is (148,240,186). Sum of RGB (Red+Green+Blue) = 148+240+186=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0BA is #6B0F45. Grayscale: #CECECE. Windows color (decimal): -7016262 or 12251284. OLE color: 12251284.

HSL color Cylindrical-coordinate representation of color #94F0BA: hue angle of 144.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0BA is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB148240186-
CMYK0.3800.220.06
HSL144.78º75.41%76.08%-
HSV(B)144.78º38.33%94.12%-
XYZ52.2472.1657.63-
YUV206.34116.5286.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 240 (94.14% from 255) = 41.81%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=25.78%
G=41.81%
B=32.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401860.3800.220.06144.7875.4176.08
Hex94F0BA260166914b4c
Octal224360272460266221113114
Binary1001010011110000101110101001100101101101001000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,186); }

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

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

 a { background-color: rgb(148,240,186); }

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

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

 span { border-color: rgb(148,240,186); }

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